mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
First steps of making the pixel shader uid struct more compact.
This commit is contained in:
@ -376,7 +376,7 @@ struct TevStageCombiner
|
||||
|
||||
union TwoTevStageOrders
|
||||
{
|
||||
struct
|
||||
struct
|
||||
{
|
||||
u32 texmap0 : 3; // indirect tex stage texmap
|
||||
u32 texcoord0 : 3;
|
||||
|
Reference in New Issue
Block a user