diff options
Diffstat (limited to 'Runtime/Graphics/Shader.h')
-rw-r--r-- | Runtime/Graphics/Shader.h | 6 |
1 files changed, 6 insertions, 0 deletions
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
+{
+
+};
|