mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
VideoBackends: Move SamplerState to common
This commit is contained in:
parent
340aabbb06
commit
24ddea04ce
21 changed files with 352 additions and 401 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue