[Feat] (VertexArray): Implement renaming for VAO.

This commit is contained in:
BZLZHH
2025-05-11 09:32:11 +08:00
parent ba339ca182
commit d0b8777249
5 changed files with 75 additions and 5 deletions
+1
View File
@@ -71,6 +71,7 @@ namespace MG_State {
// VertexArray
GLenum CreateVertexArray(GLuint* array);
GLenum CreateVertexArrays(GLsizei n, GLuint* arrays);
GLenum GenVertexArraysNames(GLsizei n, GLuint* arrays);
GLenum BindVertexArray(GLuint array);
GLenum EnableVertexAttribArray(GLuint index);
GLenum DisableVertexAttribArray(GLuint index);