diff options
author | chai <chaifix@163.com> | 2019-03-19 23:06:27 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-19 23:06:27 +0800 |
commit | 1497dccd63a84b7ee2b229b1ad9c5c02718f2a78 (patch) | |
tree | f8d1bff50da13e126d08c7345653e002e293202d /Source/Asura.Editor/source/graphics | |
parent | 5e2a973516e0729b225da9de0b03015dc5854ac4 (diff) |
*rename
Diffstat (limited to 'Source/Asura.Editor/source/graphics')
-rw-r--r-- | Source/Asura.Editor/source/graphics/shader.cpp | 0 | ||||
-rw-r--r-- | Source/Asura.Editor/source/graphics/shader.h | 21 |
2 files changed, 0 insertions, 21 deletions
diff --git a/Source/Asura.Editor/source/graphics/shader.cpp b/Source/Asura.Editor/source/graphics/shader.cpp deleted file mode 100644 index e69de29..0000000 --- a/Source/Asura.Editor/source/graphics/shader.cpp +++ /dev/null diff --git a/Source/Asura.Editor/source/graphics/shader.h b/Source/Asura.Editor/source/graphics/shader.h deleted file mode 100644 index 7511e1c..0000000 --- a/Source/Asura.Editor/source/graphics/shader.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef __ASURA_EDITOR_SHADER_H__ -#define __ASURA_EDITOR_SHADER_H__ - -#include <Asura.h> - -namespace AsuraEditor -{ - - /// - /// ༭ʹõshaderluaӿڡ - /// - class Shader : public AEGraphics::Shader - { - public: - - - }; - -} - -#endif
\ No newline at end of file |