Skip to content

Commit

Permalink
Fix remark about swap chain in next chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed May 15, 2024
1 parent 3fc2fdf commit a86b28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/getting-started/first-color.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ config.alphaMode = WGPUCompositeAlphaMode_Auto;
```

```{admonition} Troubleshooting
If you get the error `Uncaptured device error: type 3 (Device(OutOfMemory))` when calling `wgpuDeviceCreateSwapChain`, check that you specified the `GLFW_NO_API` value to glfw when creating the window.
If you get the error `Uncaptured device error: type 3 (Device(OutOfMemory))` when calling `wgpuSurfaceConfigure`, check that you specified the `GLFW_NO_API` value to glfw when creating the window.
```

Surface Texture
Expand Down

0 comments on commit a86b28d

Please sign in to comment.