summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/ConstantManager.h
diff options
context:
space:
mode:
authorJules Blok <jules.blok@gmail.com>2014-12-14 21:44:33 +0100
committerJules Blok <jules.blok@gmail.com>2014-12-15 22:47:35 +0100
commit332ba4b2100ec4dcda4b2e83eb5b0e2d21e6abc4 (patch)
tree813f133912e38e87195260582bdbee1ddf76ea44 /Source/Core/VideoCommon/ConstantManager.h
parentaa4242fd9c807633f090baac2350f786a67ebe3d (diff)
GeometryShaderManager: Upload Line/Point width constants.
Diffstat (limited to 'Source/Core/VideoCommon/ConstantManager.h')
-rw-r--r--Source/Core/VideoCommon/ConstantManager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/ConstantManager.h b/Source/Core/VideoCommon/ConstantManager.h
index 9039a1b220..00f82d681e 100644
--- a/Source/Core/VideoCommon/ConstantManager.h
+++ b/Source/Core/VideoCommon/ConstantManager.h
@@ -48,4 +48,7 @@ struct VertexShaderConstants
struct GeometryShaderConstants
{
float4 stereoparams;
+ float4 lineptwidth;
+ float4 viewport;
+ u32 texoffsetflags[8];
};