From e72c1f70aa258e8905700b7956870395eeee711f Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Thu, 17 Jul 2025 21:55:27 +0800 Subject: [PATCH] [Fix] (MG_State/Buffer): remove redundant buffer target --- MobileGL/MG_State/GLState/BufferState/BufferObject.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/MobileGL/MG_State/GLState/BufferState/BufferObject.h b/MobileGL/MG_State/GLState/BufferState/BufferObject.h index fbab2607..e82a0873 100644 --- a/MobileGL/MG_State/GLState/BufferState/BufferObject.h +++ b/MobileGL/MG_State/GLState/BufferState/BufferObject.h @@ -5,8 +5,6 @@ namespace MobileGL { Vertex, Index, Uniform, - Array, - ElementArray, CopyRead, CopyWrite, PixelPack,