Skip to content

Commit

Permalink
mention macOS/GL in the customresolve-sapp fallback message
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Nov 18, 2024
1 parent 7b4abb6 commit 255837c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapp/customresolve-sapp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 255837c

Please sign in to comment.