Member rename: src/backend/opengl

This commit is contained in:
Corentin Wallez
2017-11-23 11:24:20 -08:00
committed by Corentin Wallez
parent b0c75a5b68
commit 7ee1610f38
20 changed files with 241 additions and 237 deletions

View File

@@ -31,7 +31,7 @@ namespace opengl {
GLuint GetHandle() const;
private:
GLuint handle;
GLuint mHandle;
};
}