diff options
author | chai <chaifix@163.com> | 2021-10-17 16:01:30 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-17 16:01:30 +0800 |
commit | 6e73ca6ada8a41692809dae5db89c8db0675ce1e (patch) | |
tree | 3ca6f06b29b3e2c183750ddcff8d7a09d0785e6b /Runner/Shaders/ShaderChannel.h | |
parent | e13f699ee5f575198552d94ada1167305c82bb2f (diff) |
-Runner
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 |