forked from dolphin-emu/dolphin
GeometryShaderGen: Set the properties of the VS_OUTPUT struct in the uid.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user