diff options
Diffstat (limited to 'source/modules/asura-core/graphics/shader.h')
-rw-r--r-- | source/modules/asura-core/graphics/shader.h | 6 |
1 files changed, 3 insertions, 3 deletions
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: |