mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
These opcodes were implemented by Mesa just few days ago. In addition using these opcodes in a shader leads to a crash on Nvidia. In practice this change doesn't seem to make a difference. We still want to use NMin, NMax and NClamp for correctness. This commit is meant to be reverted when problems with these opcodes are resolved.