Skip to content

1.0

Choose a tag to compare

@Chainsawkitten Chainsawkitten released this 13 Sep 15:24
· 41 commits to main since this release

Binary release for Windows, Linux and Android. Linux build was tested on Ubuntu 24.04.
For usage, see Capturing and Replaying.

1.0 is not compatible with captures taken with earlier versions.

Changelog

All platforms

  • Add support for external textures
  • Add support for the following properties:
    • GPURenderPassDescriptor.maxDrawCount
  • Handle WebGPU spec updates:
    • Allow GPUBuffer as GPUBindingResource
    • Allow GPUTexture as GPUBindingResource
    • Make offsets and size in copyBufferToBuffer optional
  • Clean up after ourselves after finishing a capture, preventing unnecessary memory usage
  • Bug fixes
    • Handle undefined vertex step mode (wgpu)
    • Fix undefined timestamp query indices
    • Fix null entries in GPURenderPassDescriptor.colorAttachments and GPUFragmentState.targets
  • Updates
    • Update Dawn to 7318
    • Update wgpu-native to 25.0.2.2

Full Changelog: 0.4...1.0