Merge pull request #96455 from Praytic/msaa-support-macos
Enable MSAA support for all non-web platforms
This commit is contained in:
commit
cd2f14e66b
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ Config::Config() {
|
|||
#ifdef WEB_ENABLED
|
||||
msaa_supported = (msaa_max_samples > 0);
|
||||
#else
|
||||
msaa_supported = extensions.has("GL_EXT_framebuffer_multisample");
|
||||
msaa_supported = true;
|
||||
#endif
|
||||
#ifndef IOS_ENABLED
|
||||
#ifdef WEB_ENABLED
|
||||
|
|
Loading…
Reference in a new issue