Open ibgreen opened 3 months ago
luma.gl@~9.0.0
Fix the following bugs in version V9.1. https://github.com/visgl/deck.gl/issues/8818
Fix the following bugs in version V9.1.
While it would indeed be great to get a fix, and I understand that you are trying your best to raise attention, this is not a regression in 9.1, so we wouldn't hold the release for that issue.
v9.1
Chores
luma.gl@~9.0.0
@ibgreenPrepare for WebGPU
device.readPixelsWebGL()
is still supported, will be removed in luma.gl 9.2.device.clearWebGL()
(requires creating new renderpasses with clearColor, clearDepth parameters)device.updateModuleSettingsWebGL()
device.setParametersWebGL()
device.withParametersWebGL()
GL.TRIANGLE_FAN
topology / draw modes (not supported by webgpu)ShaderInputs
from luma @felixpalmerBugs
Clean up / remove deprecations etc
TBD
PRs for consideration for v9.1 inclusion