Releases: xpenatan/jWebGPU
Release list
v0.1.7
v0.1.4
The jWebGPU v0.1.4 update upgrades jParser to version b19, introducing a few minor changes. Key updates include:
- createInstance() has been renamed to native_new().
- WGPUQueue.submit() now supports additional options.
Full Changelog: 0.1.3...0.1.4
v0.1.3
jWebGPU 0.1.3 features an updated jParser, where native methods no longer accept null objects, improving performance by removing the need for null checks in every method call. Additionally, all classes now include a static NULL instance, which can be used in place of the Java null keyword. The binding no longer accept a long pointer value. It needs to be set in a IDLBase instance by using native_setVoid.
Full Changelog: 0.1.2...0.1.3
v0.1.2
Dawn backend Support
This update introduces support for both wgpu-native and Dawn backends. Dawn offers improved error logging, simplifying the diagnosis and resolution of issues that can be difficult with wgpu-native. Currently, support is limited to Windows 64-bit, as native binaries for other platforms are not yet available from a reliable source. Additional platform support will be added once suitable native binaries become available for download.
Full Changelog: 0.1.0...0.1.2