From 255837c4b07ee01ff65010672db73a4534ca8a07 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Mon, 18 Nov 2024 11:09:16 +0100 Subject: [PATCH] mention macOS/GL in the customresolve-sapp fallback message --- sapp/customresolve-sapp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapp/customresolve-sapp.c b/sapp/customresolve-sapp.c index db90d432..465a6a35 100644 --- a/sapp/customresolve-sapp.c +++ b/sapp/customresolve-sapp.c @@ -210,7 +210,7 @@ static void draw_ui(void) { state.resolve.fs_params = default_weights; } } else { - igText("MSAA TEXTURES NOT SUPPORTED ON WEBGL2/GLES3"); + igText("MSAA TEXTURES NOT SUPPORTED ON WEBGL2/GLES3/macOS+GL"); } } igEnd();