Skip to content

Releases: brendan-duncan/webgpu_recorder

1.1.0

13 May 04:28
Compare
Choose a tag to compare

Script is now an ES6 module. Add support for use in a web worker for offscreen rendering.

1.0.11

23 Jan 14:56
Compare
Choose a tag to compare

Fix requiredFeatures

1.0.10

19 Jan 00:23
Compare
Choose a tag to compare

Fix recorder errors

Improve removeUnusedResources

12 Jan 17:31
Compare
Choose a tag to compare

1.0.8

27 Dec 03:16
Compare
Choose a tag to compare

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

24 Dec 18:40
Compare
Choose a tag to compare

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

08 Jun 22:26
Compare
Choose a tag to compare

1.0.5

13 Feb 18:26
Compare
Choose a tag to compare

Fix for recorded data buffers

1.0.4

19 Jan 20:56
Compare
Choose a tag to compare

Fix issues with async webgpu commands

1.0.3

05 Dec 00:11
Compare
Choose a tag to compare

Fix incorrect buffer recording