diff options
| author | Jules Blok <jules.blok@gmail.com> | 2014-12-16 00:21:07 +0100 |
|---|---|---|
| committer | Jules Blok <jules.blok@gmail.com> | 2014-12-18 00:36:40 +0100 |
| commit | 0ac710339100dc6dc2f1f4c094b372846decdce5 (patch) | |
| tree | 82abca80ccaad94194ab6d35eadbffc3883c5b77 /Source/Core/VideoCommon/ConstantManager.h | |
| parent | d115048615864591125cd1b918bdd923b5b63058 (diff) | |
GeometryShaderGen: Pack uniforms more tightly.
Diffstat (limited to 'Source/Core/VideoCommon/ConstantManager.h')
| -rw-r--r-- | Source/Core/VideoCommon/ConstantManager.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/ConstantManager.h b/Source/Core/VideoCommon/ConstantManager.h index 83c97b2598..9bfce8aac1 100644 --- a/Source/Core/VideoCommon/ConstantManager.h +++ b/Source/Core/VideoCommon/ConstantManager.h @@ -48,7 +48,6 @@ struct VertexShaderConstants struct GeometryShaderConstants { float4 stereoparams; - float4 lineptwidth; - float4 viewport; - s32 texoffsetflags[8]; + float4 lineptparams; + int4 texoffset; }; |
