Skip to content

Commit

Permalink
Merge branch 'master' into felix/post-process-clear
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Mar 27, 2024
2 parents f48e32b + 51a3a3c commit 3384670
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
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
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 3384670

Please sign in to comment.