mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
ShaderGen: Remove host state from shader uids
This commit is contained in:
@ -37,14 +37,10 @@ struct vertex_shader_uid_data
|
||||
u32 numTexGens : 4;
|
||||
u32 numColorChans : 2;
|
||||
u32 dualTexTrans_enabled : 1;
|
||||
u32 pixel_lighting : 1;
|
||||
u32 msaa : 1;
|
||||
|
||||
u32 texMtxInfo_n_projection : 16; // Stored separately to guarantee that the texMtxInfo struct is
|
||||
// 8 bits wide
|
||||
u32 ssaa : 1;
|
||||
u32 vertex_rounding : 1;
|
||||
u32 pad : 14;
|
||||
u32 pad : 18;
|
||||
|
||||
struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user