diff options
Diffstat (limited to 'Runner/Shaders/ShaderChannel.h')
-rw-r--r-- | Runner/Shaders/ShaderChannel.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Runner/Shaders/ShaderChannel.h b/Runner/Shaders/ShaderChannel.h deleted file mode 100644 index d0d2e0a..0000000 --- a/Runner/Shaders/ShaderChannel.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef SHADER_CHANNEL_H -#define SHADER_CHANNEL_H - -enum ShaderChannel -{ - ShaderChannel_Position = 0, - ShaderChannel_Normal = 1, - ShaderChannel_Tangent = 2, - ShaderChannel_Color = 3, - ShaderChannel_TexCoord0 = 4, - ShaderChannel_TexCoord1 = 5, - - ShaderChannel_Count = 6, -}; - -// Vertex attributes locations -enum VertexAttrLocs -{ - VertexAttrLocs_Position = 0, - VertexAttrLocs_Normal = 1, - VertexAttrLocs_Tangent = 2, - VertexAttrLocs_Color = 3, - VertexAttrLocs_TexCoord0 = 4, - VertexAttrLocs_TexCoord1 = 5, -}; - -#endif
\ No newline at end of file |