mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 10:43:30 +00:00
bb8bcf5878
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.