Skip to content

0.3.12

Compare
Choose a tag to compare
@einarf einarf released this 07 May 17:12
· 808 commits to master since this release

Improved shader uniform support:

  • mat2 uniforms
  • matrix uniforms can be transposed
  • boolean uniforms
  • signed and unsigned integers
  • double uniforms
  • array versions of all uniforms
  • sampler3D

SingleEffectManager now correctly loads the right effect when runeffect is used.