[Feat] (MG_State/VertexArrayState): Implement VertexArrayState.

This commit is contained in:
BZLZHH
2025-07-25 16:52:38 +08:00
parent fc9018f97c
commit 4154d3f4ee
8 changed files with 256 additions and 0 deletions
+2
View File
@@ -109,6 +109,8 @@ inline int __android_log_print(int prio, const char* tag, const char* fmt, ...)
#include "MG_State/GLState/BufferState/BufferObject.h"
#include "MG_State/GLState/BufferState/BufferState.h"
#include "MG_State/GLState/VertexArrayState/VertexArrayObject.h"
#include "MG_State/GLState/VertexArrayState/VertexArrayState.h"
/* @INSERTION_POINT:HEADER_FILE_GLIMPL@ */
#include "MG_Impl/GLImpl/Getter/GL_Getter.h"