diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-07-05 23:46:07 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-07-05 23:46:07 -0400 |
| commit | 48ff45b8a8f857f64aac0fa4c184d0d1b62f4e34 (patch) | |
| tree | 81c80e0bf7040e0810156f4406613e8b975cce34 /Source | |
| parent | be1fe80bb63ff98dab206b8ac3a7f1924042d814 (diff) | |
VideoCommon: Remove some unused constants from VertexShaderGen.h.
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/VideoCommon/VertexShaderGen.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Source/Core/VideoCommon/VertexShaderGen.h b/Source/Core/VideoCommon/VertexShaderGen.h index 718b62b04e..998f8fe6bc 100644 --- a/Source/Core/VideoCommon/VertexShaderGen.h +++ b/Source/Core/VideoCommon/VertexShaderGen.h @@ -27,20 +27,6 @@ #define SHADER_TEXTURE6_ATTRIB 14 #define SHADER_TEXTURE7_ATTRIB 15 - -//TODO: get rid of them, they aren't used at all -#define C_POSNORMALMATRIX 0 -#define C_PROJECTION (C_POSNORMALMATRIX + 6) -#define C_MATERIALS (C_PROJECTION + 4) -#define C_LIGHT_COLORS (C_MATERIALS + 4) -#define C_LIGHTS (C_LIGHT_COLORS + 8) -#define C_TEXMATRICES (C_LIGHTS + 32) -#define C_TRANSFORMMATRICES (C_TEXMATRICES + 24) -#define C_NORMALMATRICES (C_TRANSFORMMATRICES + 64) -#define C_POSTTRANSFORMMATRICES (C_NORMALMATRICES + 32) -#define C_DEPTHPARAMS (C_POSTTRANSFORMMATRICES + 64) -#define C_VENVCONST_END (C_DEPTHPARAMS + 1) - #pragma pack(1) struct vertex_shader_uid_data |
