mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
GeometryShaderGen: Set the properties of the VS_OUTPUT struct in the uid.
This commit is contained in:
parent
ed9f258b27
commit
9b2cd82da5
2 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,8 @@ struct geometry_shader_uid_data
|
|||
u32 NumValues() const { return sizeof(geometry_shader_uid_data); }
|
||||
|
||||
u32 stereo : 1;
|
||||
u32 numTexGens : 4;
|
||||
u32 pixel_lighting : 1;
|
||||
};
|
||||
|
||||
#pragma pack()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue