mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Ubershaders: Fix 6-bit color truncation not being applied
This commit is contained in:
parent
ed331918f0
commit
852e30bb8c
6 changed files with 17 additions and 15 deletions
|
@ -33,7 +33,7 @@ struct PixelShaderConstants
|
|||
u32 fogRangeBase; // .y
|
||||
u32 dstalpha; // .z
|
||||
u32 ztex_op; // .w
|
||||
u32 early_ztest; // .x (bool)
|
||||
u32 late_ztest; // .x (bool)
|
||||
u32 rgba6_format; // .y (bool)
|
||||
u32 dither; // .z (bool)
|
||||
u32 bounding_box; // .w (bool)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue