Skip to content

Commit

Permalink
Doc Typos (#8714)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang authored and felixpalmer committed Mar 27, 2024
1 parent f5e8d09 commit b8693f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api-reference/widgets/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Widgets are UI components around the WebGL2/WebGPU canvas to offer controls and information for a better user experience.

This module contains the following extensions:
This module contains the following widgets:

- [FullscreenWidget](./fullscreen-widget.md)
- [ZoomWidget](./zoom-widget.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Model creation needs to adapt to the [luma.gl v9 API](https://luma.gl/docs/upgra

**WebGPU preparation**

While the 9.0 release of deck.gl does not yet support WebGPU, our goal is to enable WebGPU soon in a 9.x release. A number of changes will be required to deck.gl applications beyond the upgrades listed above. Again, these changes mostly affect customer layers.
While the 9.0 release of deck.gl does not yet support WebGPU, our goal is to enable WebGPU soon in a 9.x release. A number of changes will be required to deck.gl applications beyond the upgrades listed above. Again, these changes mostly affect custom layers.

- deck.gl now uses uniform buffers instead of global uniforms. It is not yet required to use uniform buffers but it will be necessary if you would like to run deck.gl on WebGPU in future releases.
- drawModes `GL.TRIANGLE_FAN` and `GL.LINE_LOOP` are not supported on WebGPU. Select a different topology when creating geometries.
Expand Down

0 comments on commit b8693f2

Please sign in to comment.