mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
GeometryShaderGen: Allow stereoscopy to be disabled.
Will facilitate future use of this generator for other purposes.
This commit is contained in:
parent
80616c6e9e
commit
272ea90ca5
2 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,6 @@ struct geometry_shader_uid_data
|
|||
{
|
||||
u32 NumValues() const { return sizeof(geometry_shader_uid_data); }
|
||||
|
||||
u32 components : 23;
|
||||
u32 stereo : 1;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue