Releases: brendan-duncan/webgpu_recorder
Releases · brendan-duncan/webgpu_recorder
1.1.0
1.0.11
Fix requiredFeatures
1.0.10
Fix recorder errors
Improve removeUnusedResources
1.0.8
Add removeUnusedResources option (default true) to track texture, textureView, and buffer resource commands, and remove them if they are not used for rendering a frame.
Don't expand requiredLimits for requestDevice
Limits don't necessarily translate between browsers, so if requiredLimits are specified, use adapter.limits instead to just use the max available limits.
1.0.6
1.0.5
Fix for recorded data buffers
1.0.4
Fix issues with async webgpu commands
1.0.3
Fix incorrect buffer recording