Merge pull request #96455 from Praytic/msaa-support-macos
Enable MSAA support for all non-web platforms
This commit is contained in:
@ -121,7 +121,7 @@ Config::Config() {
|
|||||||
#ifdef WEB_ENABLED
|
#ifdef WEB_ENABLED
|
||||||
msaa_supported = (msaa_max_samples > 0);
|
msaa_supported = (msaa_max_samples > 0);
|
||||||
#else
|
#else
|
||||||
msaa_supported = extensions.has("GL_EXT_framebuffer_multisample");
|
msaa_supported = true;
|
||||||
#endif
|
#endif
|
||||||
#ifndef IOS_ENABLED
|
#ifndef IOS_ENABLED
|
||||||
#ifdef WEB_ENABLED
|
#ifdef WEB_ENABLED
|
||||||
|
|||||||
Reference in New Issue
Block a user