Skip to content

0.2.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@chyyran chyyran released this 14 Feb 23:41
· 493 commits to master since this release

Version 0.2.0 has the canonical C ABI version 1, and API version 1.

The notable changes for this release include wgpu and Metal runtimes, support for new scaling options, and preset path wildcards.


Notable changes

  • #37 presets: add support for preset path wildcards by @chyyran
  • #24 wgpu: add a wgpu runtime by @chyyran
  • #24 metal: add a Metal runtime by @chyyran
  • #43 reflect: support scale = "original", Rotation, FinalSubFrame, CurrentSubFrame shader semantics by @chyyran
  • #44 reflect(glsl): don't unset vertex input positions (fixes OpenGL on macOS) by @chyyran
  • #36 build: update build-script to support macOS and non-linux unixes by @LukeUsher
  • #34 reflect: replace shaderc with glslang directly by @chyyran

New Contributors

Full Changelog: librashader-v0.2.0-beta.2...librashader-v0.2.0-rc.1