diff options
Diffstat (limited to 'Runtime/Graphics')
-rw-r--r-- | Runtime/Graphics/Shader.cpp | 0 | ||||
-rw-r--r-- | Runtime/Graphics/Shader.h | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Runtime/Graphics/Shader.cpp b/Runtime/Graphics/Shader.cpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Runtime/Graphics/Shader.cpp diff --git a/Runtime/Graphics/Shader.h b/Runtime/Graphics/Shader.h new file mode 100644 index 0000000..b22a05f --- /dev/null +++ b/Runtime/Graphics/Shader.h @@ -0,0 +1,6 @@ +#pragma once
+
+class Shader
+{
+
+};
|