diff --git a/docs/api-reference/widgets/overview.md b/docs/api-reference/widgets/overview.md index 792da928536..bf443f5c6b7 100644 --- a/docs/api-reference/widgets/overview.md +++ b/docs/api-reference/widgets/overview.md @@ -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) diff --git a/docs/upgrade-guide.md b/docs/upgrade-guide.md index 59a292796e8..6fb58792779 100644 --- a/docs/upgrade-guide.md +++ b/docs/upgrade-guide.md @@ -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.