0.2.0-rc.1
Pre-release
Pre-release
·
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,CurrentSubFrameshader 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
- @LukeUsher made their first contribution in #36
Full Changelog: librashader-v0.2.0-beta.2...librashader-v0.2.0-rc.1