mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
VideoBackends: Move SamplerState to common
This commit is contained in:
@ -20,7 +20,7 @@ struct geometry_shader_uid_data
|
||||
bool IsPassthrough() const;
|
||||
|
||||
u32 numTexGens : 4;
|
||||
PrimitiveType primitive_type : 2;
|
||||
u32 primitive_type : 2;
|
||||
};
|
||||
|
||||
#pragma pack()
|
||||
|
Reference in New Issue
Block a user