GeometryShaderGen: Allow stereoscopy to be disabled.

Will facilitate future use of this generator for other purposes.
This commit is contained in:
Jules Blok
2014-10-27 17:38:22 +01:00
parent 80616c6e9e
commit 272ea90ca5
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,6 @@ struct geometry_shader_uid_data
{
u32 NumValues() const { return sizeof(geometry_shader_uid_data); }
u32 components : 23;
u32 stereo : 1;
};