summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/Shader.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-31 20:19:31 +0800
committerchai <chaifix@163.com>2021-10-31 20:19:31 +0800
commitfb67e0d20264e615545e3af2b9fa8e18eb50526e (patch)
tree236f3cdad56ccfa41f04f4b7443cbbd037ed6b48 /Runtime/Graphics/Shader.h
parent9e0ad4279c8ccf2f419694e4ca15a1372e8b20d6 (diff)
* shader compiler
Diffstat (limited to 'Runtime/Graphics/Shader.h')
-rw-r--r--Runtime/Graphics/Shader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Runtime/Graphics/Shader.h b/Runtime/Graphics/Shader.h
index 095d9fe..6b2b1bc 100644
--- a/Runtime/Graphics/Shader.h
+++ b/Runtime/Graphics/Shader.h
@@ -24,6 +24,8 @@ public:
bool IsValid();
+ void ExecuteCommand();
+
GET(GLint, ID, m_ProgramID);
private: