-
Stefan Dösinger authored
ps 1.x constants are clamped to [-1;1], constants in >= 2.0 pshaders are not. This means we have to reload constants when switching between those shader types in ARB. In GLSL this is not a concern because constants are tied to program objects and are reloaded on a shader change anyway.
bb8bcf58