From fb67e0d20264e615545e3af2b9fa8e18eb50526e Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 31 Oct 2021 20:19:31 +0800 Subject: * shader compiler --- Runtime/Graphics/Shader.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Runtime/Graphics/Shader.h') 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: -- cgit v1.1-26-g67d0