Skip to content

librashader 0.10.1

Latest

Choose a tag to compare

@chyyran chyyran released this 25 Jan 15:17
· 2 commits to master since this release

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

librashader 0.10.1 contains fixes for GLES as well as a bugfix in the shader preprocessor.

Binaries are pending.

Notable Changes

  • rt(gl): correct GLSL version mapping for GLES 3.x contexts by @mikai233 in #187
  • rt(gl): guard GL_FRAMEBUFFER_SRGB usage with capability check by @mikai233 in #189
  • rt(gl): fallback ClampToBorder to ClampToEdge on GLES by @mikai233 in #193
  • rt(gl): replace glDrawBuffer with glDrawBuffers for GLES compatibility by @mikai233 in #191
  • preprocess: Ignore comments in #include pragma by @chyyran in #194

New Contributors

Full Changelog: librashader-v0.10.0...librashader-v0.10.1