Sofware/Tev: use unswapped texture samples for depth

This commit is contained in:
Tillmann Karras
2025-02-11 18:46:30 +00:00
parent 030892abd9
commit 7abb9e7974
2 changed files with 9 additions and 3 deletions

View File

@ -107,6 +107,7 @@ class Tev
// color order: ABGR
Common::EnumMap<TevColor, TevOutput::Color2> Reg;
std::array<TevColor, 4> KonstantColors;
TevColor RawTexColor;
TevColor TexColor;
TevColor RasColor;
TevColor StageKonst;