Add MacOS support as well as OpenGL 3.3 support

This commit is contained in:
2026-01-24 23:08:03 +01:00
parent b2c7c1fdbf
commit da79db223f
4 changed files with 105 additions and 9 deletions

View File

@@ -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