Skip to content

Releases: xpenatan/jWebGPU

v0.1.7

Choose a tag to compare

@xpenatan xpenatan released this 08 Oct 01:06
  • Update wgpu-native to 27.0.2.0
  • Change SetOffset and SetSize to long

v0.1.4

Choose a tag to compare

@xpenatan xpenatan released this 05 Sep 02:43

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

Choose a tag to compare

@xpenatan xpenatan released this 18 Aug 03:39

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

Choose a tag to compare

@xpenatan xpenatan released this 04 Aug 00:42

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

v0.1.0

Choose a tag to compare

@xpenatan xpenatan released this 22 Jul 00:49

First release