Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Dec 21, 2024
1 parent 71d0933 commit 0a9e21e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Version 9.2 (In Development)

Target Date: Q4, 2024
Target Date: Q2, 2025

Production quality WebGPU backend

Expand Down Expand Up @@ -41,15 +41,15 @@ Production quality WebGPU backend

## Version 9.1

Target Date: Dec 20, 2024
Target Date: Dec, 2024

Improvements and API changes focused on enhancing WebGPU support.
Enhanced WebGPU support.

**Highlights**
- GPU backend management is streamlined via the new `Adapter` API.
- GPU connection to HTML DOM (via `canvas` elements) improved via `CanvasContext` API changes.
- `Texture`s are now immutable, however a new `AsyncTexture` class offers a higher-level, mutable texture API.
- `ShaderModule` type safety improvements (uniform types etc)
- `ShaderModule` type safety improvements (shader uniforms can now be strictly typed in JavaScript)

**@luma.gl/core**

Expand Down

0 comments on commit 0a9e21e

Please sign in to comment.