Add MacOS support as well as OpenGL 3.3 support
This commit is contained in:
@@ -57,6 +57,6 @@ class GfxGL2 : public GfxDriver {
|
||||
GLuint pLocProjection;
|
||||
GLuint pLocTex;
|
||||
GLuint pLocAlfa;
|
||||
GLuint VBO, IBO;
|
||||
GLuint VBO, IBO, VAO; // vao is only used in > 3.3
|
||||
};
|
||||
} // namespace PD
|
||||
Reference in New Issue
Block a user