From 51a715ffe0b138960846e9f407a1290037931b33 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 30 Jul 2019 22:08:14 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E6=88=90=E5=91=98=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/modules/asura-core/graphics/shader.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/modules/asura-core/graphics/shader.h') diff --git a/source/modules/asura-core/graphics/shader.h b/source/modules/asura-core/graphics/shader.h index 30a386e..dc8dbe0 100644 --- a/source/modules/asura-core/graphics/shader.h +++ b/source/modules/asura-core/graphics/shader.h @@ -83,9 +83,9 @@ namespace AsuraEngine std::string GetProgramWarnings(); std::string GetShaderWarnings(GLuint shader); - GLuint mProgram; - GLuint mVertShader; - GLuint mFragShader; + GLuint m_Program; + GLuint m_VertShader; + GLuint m_FragShader; luaxport: -- cgit v1.1-26-g67d0