diff options
Diffstat (limited to 'Runtime/Shaders/ShaderDefine.h')
-rw-r--r-- | Runtime/Shaders/ShaderDefine.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Runtime/Shaders/ShaderDefine.h b/Runtime/Shaders/ShaderDefine.h new file mode 100644 index 0000000..058bfc4 --- /dev/null +++ b/Runtime/Shaders/ShaderDefine.h @@ -0,0 +1,19 @@ +#ifndef SHADER_DEFINE_H +#define SHADER_DEFINE_H + +#include "ShaderChannel.h" + +struct BuiltinAttirbutes +{ + int channel; + const char* name; +}; + +extern BuiltinAttirbutes BuiltinAttributesNames[ShaderChannel_Count]; + +struct BuilinUniforms +{ + +}; + +#endif
\ No newline at end of file |