KhronosGroup / GLSL

GLSL Shading Language Specification and Extensions
Other
347 stars 101 forks source link

Fixup example to use `ivec3`. #248

Closed dj2 closed 2 months ago

dj2 commented 3 months ago

Fix the examples used for specialization constants to remove the implicit type conversion which is not permitted.

Fixes #169