Files
citron/src/shader_recompiler
Zephyron dd49615a48 shader_recompiler: Add missing texture types for SURED instruction
The SURED (Surface Reduction) instruction can operate on cube maps and 3D
texture arrays which were previously missing from the Type enum, causing
shader translation failures.

Changes:
- Add ARRAY_3D and CUBE to Type enum
- Map ARRAY_3D to Color3D and CUBE to ColorCube in GetType()
- Update MakeCoords() to handle array and cube coordinate generation

Signed-off-by: Zephyron <zephyron@citron-emu.org>
2025-10-17 16:09:03 +10:00
..
2025-07-22 21:37:37 +07:00
2024-01-07 23:15:38 +00:00
2023-01-29 17:49:42 -07:00