GeometryShaderManager: Upload Line/Point width constants.

This commit is contained in:
Jules Blok
2014-12-14 21:44:33 +01:00
parent aa4242fd9c
commit 332ba4b210
6 changed files with 59 additions and 3 deletions

View File

@ -48,4 +48,7 @@ struct VertexShaderConstants
struct GeometryShaderConstants
{
float4 stereoparams;
float4 lineptwidth;
float4 viewport;
u32 texoffsetflags[8];
};