You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Safe `const` alias for non-compile-time constant variables
2
3
Allows creating immutable variables without worrying about some compilers not allowing `const` on non-compile-time constant variables, which is allowed in the GLSL 4.20+ specification
4
5
Actual compile-time constants should still use the `const` keyword