forked from dolphin-emu/dolphin
GeometryShaderGen: Allow stereoscopy to be disabled.
Will facilitate future use of this generator for other purposes.
This commit is contained in:
@@ -13,7 +13,6 @@ struct geometry_shader_uid_data
|
||||
{
|
||||
u32 NumValues() const { return sizeof(geometry_shader_uid_data); }
|
||||
|
||||
u32 components : 23;
|
||||
u32 stereo : 1;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user