Skip to content

v0.26.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 22:45
18f8d40

0.26.0 (2024-01-22)

Features

  • model: add mod + add combiner to fragment shader (3218452)
  • model: add mod + mod combiner to fragment shader (714dda3)
  • model: add mod + mod2x combiner to fragment shader (b881cf3)
  • model: add mod + opaque combiner to fragment shader (95f4534)
  • model: add opaque + add alpha alpha combiner to fragment shader (244ac8c)
  • model: add opaque + mod2xna alpha combiner to fragment shader (645a5ee)
  • model: add opaque + opaque combiner to fragment shader (cbe64db)

Bug Fixes

  • model: correct handling of texture coordinate inputs in vertex shaders (664ab41)