summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PixelShaderGen.cpp
diff options
context:
space:
mode:
authorJules Blok <jules.blok@gmail.com>2014-10-26 19:17:00 +0100
committerJules Blok <jules.blok@gmail.com>2014-11-23 14:23:41 +0100
commitf6ea293027e553cf89f780ec2a1b716cc026a4b5 (patch)
tree7ff15360896c93b727b70dc311fd91530f8e6b19 /Source/Core/VideoCommon/PixelShaderGen.cpp
parentc64486075d728b3682b77ed06d5c154fd4a5c88d (diff)
VertexShaderManager: Compute stereoscopy projection matrices.
Diffstat (limited to 'Source/Core/VideoCommon/PixelShaderGen.cpp')
-rw-r--r--Source/Core/VideoCommon/PixelShaderGen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/PixelShaderGen.cpp b/Source/Core/VideoCommon/PixelShaderGen.cpp
index 046384a923..bc98377049 100644
--- a/Source/Core/VideoCommon/PixelShaderGen.cpp
+++ b/Source/Core/VideoCommon/PixelShaderGen.cpp
@@ -264,6 +264,7 @@ static inline void GeneratePixelShader(T& out, DSTALPHA_MODE dstAlphaMode, API_T
"\tfloat4 " I_NORMALMATRICES"[32];\n"
"\tfloat4 " I_POSTTRANSFORMMATRICES"[64];\n"
"\tfloat4 " I_DEPTHPARAMS";\n"
+ "\tfloat4 " I_STEREOPROJECTION"[8];\n"
"};\n");
}