Skip to content

librashader 0.11.2

Latest

Choose a tag to compare

@chyyran chyyran released this 20 Jun 05:33

This is a bugfix release on top of 0.11.2 with fixes for Vulkan, including a memory leak bug when running on MoltenVK, and a bug which causes preset parameter enumeration to be duplicated per pass.

Version 0.11.2 has the canonical C ABI version 2, and API version 5.

What's Changed

  • presets: deduplicate parameter meta values (fixes #222) by @chyyran
  • rt(vk): viewport fix by @worleydl in #219
  • rt(vk): don't assume dynamic rendering is available if enabled by @chyyran in #227
  • rt(vk): dispose created image views in Vulkan to fix MoltenVK by @chyyran in #228
  • rt(vk): fix copying the wrong copy channel for image blits (fixes #221) by @chyyran
  • cli(vk): fix Vulkan readback on CLI (fixes #221) by @chyyran
  • cli: add support for HDR/sensor uniforms
  • capi: make ld functions static inline by @chyyran in #230

Full Changelog: librashader-v0.11.1...librashader-v0.11.2