[Feat] (MG_State/GLState): Implement BufferObject.

This commit is contained in:
BZLZHH
2025-07-16 17:51:42 +08:00
parent 1ee6a1349c
commit 62be9fed93
9 changed files with 289 additions and 0 deletions
+5
View File
@@ -72,6 +72,7 @@
#include <GL/gl.h>
#include <GL/glext.h>
#include "MG_Util/Miscellany/IndexGenerator.h"
#include "MG_Util/GLExtensions.h"
#include "MG_Util/Types.h"
#include "MG_Util/Debug/Log.h"
@@ -90,3 +91,7 @@
#include "MG_Util/Pipelines/Pipeline.hpp"
#include "MG_Util/Pipelines/Shader/GLSLtoSPIRVPipeline.h"
#include "MG_State/GLState/BufferState/BufferObject.h"
#include "MG_State/GLState/BufferState/BufferState.h"
#include "MG_State/GLState/Core.h"