GeometryShaderManager: Upload Line/Point width constants.

This commit is contained in:
Jules Blok
2014-12-15 22:47:35 +01:00
parent aa4242fd9c
commit 332ba4b210
6 changed files with 59 additions and 3 deletions
@@ -48,4 +48,7 @@ struct VertexShaderConstants
struct GeometryShaderConstants
{
float4 stereoparams;
float4 lineptwidth;
float4 viewport;
u32 texoffsetflags[8];
};