From 73b583cc0071cfdef3e97bb90b991002ee54a44f Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Tue, 25 Nov 2025 00:08:10 +0800 Subject: [PATCH] [Feat] (Backends): advertise `GL_ARB_draw_buffers_blend` --- MobileGL/MG_Backend/Backends.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MobileGL/MG_Backend/Backends.h b/MobileGL/MG_Backend/Backends.h index 5b81ec53..8e275919 100644 --- a/MobileGL/MG_Backend/Backends.h +++ b/MobileGL/MG_Backend/Backends.h @@ -71,7 +71,8 @@ namespace MobileGL { .TargetGLVersion = {3, 3, 0}, // Target OpenGL Version .TargetGLSLVersion = {4, 6, 0}, // Target Shading Language Version .Extensions = {V_OpenGL30, V_OpenGL31, V_OpenGL32, // OpenGL Extensions - V_OpenGL33}, + V_OpenGL33, + E_GL_ARB_draw_buffers_blend}, .IsCompatibilityProfile = false // Is Compatibility Profile }, .BackendCapability = {} // Backend Capability