mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
ShaderGen: Add a stereoscopy flag in the UID data.
This commit is contained in:
@ -56,6 +56,8 @@ struct vertex_shader_uid_data
|
||||
} postMtxInfo[8];
|
||||
|
||||
LightingUidData lighting;
|
||||
|
||||
u32 stereo : 1;
|
||||
};
|
||||
#pragma pack()
|
||||
|
||||
|
Reference in New Issue
Block a user