mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
VertexShaderManager: Compute stereoscopy projection matrices.
This commit is contained in:
@ -43,5 +43,6 @@ struct VertexShaderConstants
|
||||
float4 normalmatrices[32];
|
||||
float4 posttransformmatrices[64];
|
||||
float4 depthparams;
|
||||
float4 stereoprojection[8];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user