We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goal: Production WebGPU support
"strict"
@luma.gl/core
Texture
readPixels*()
CommandEncoder
CommandBuffer
@luma.gl/core/shadertypes
@luma.gl/engine
AsyncTexture
ShaderPassRenderer
@luma.gl/shadertools
@luma.gl/effects
@luma.gl/gltf
@luma.gl/webgl
@luma.gl/webgpu
BufferTransform
TextureTransform
Model.updateModuleSettings
device.setGLParameters
<DeviceTabs />
api/cubemap
showcase/instancing
showcase/persistence
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Goal: Production WebGPU support
Bugs
General
"strict"
TypeScript options are now applied to all luma.gl modules.Modules
@luma.gl/core
Texture
class refactors completed.readPixels*()
to CommandEncoder and update all usageCommandEncoder
/CommandBuffer
API @ibgreen@luma.gl/core/shadertypes
@luma.gl/engine
AsyncTexture
- mipmap generation for WebGPU - P0 @ibgreenfeat(engine): Programmatic mipmap generation for WebGPU #2272
ShaderPassRenderer
- work on WebGPU and WebGL - P0 @ibgreen@luma.gl/shadertools
@luma.gl/effects
@luma.gl/gltf
@luma.gl/webgl
@luma.gl/webgpu
Docs
BufferTransform
/TextureTransform
docs - @donmccurdy@luma.gl/gltf
module docs - @felixpalmerTests
Deprecations
Model.updateModuleSettings
.device.setGLParameters
& CoWebsite / Examples
<DeviceTabs />
issue - Switching to WebGPU tab in one example should not persist when switching to non-WebGPU enabled exampleapi/cubemap
projection angles in WebGPUshowcase/instancing
showcase/persistence
The text was updated successfully, but these errors were encountered: