VideoCommon: Switch to Nvidia stereoscopy offset formula.

This commit is contained in:
Jules Blok
2014-11-08 14:31:26 +01:00
parent 8210b9c915
commit f3ddf37d07
6 changed files with 13 additions and 12 deletions

View File

@ -43,6 +43,6 @@ struct VertexShaderConstants
float4 normalmatrices[32];
float4 posttransformmatrices[64];
float4 depthparams;
float4 stereooffset;
float4 stereoparams;
};