mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Sofware/Tev: use unswapped texture samples for depth
This commit is contained in:
parent
030892abd9
commit
7abb9e7974
2 changed files with 9 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue