You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building with the MacOSX12.1 SDK will pull in TargetConditionals.h which
unconditionally defines conflicting macros `TARGET_OS_LINUX` and
`TARGET_OS_WINDOWS`. This change fixes the name conflict by prefixing
the gapid macros with `GAPID_`.
As well as capturing external texture data, we need to add support for
GL_OES_EGL_image_external_essl3
to glslang.The text was updated successfully, but these errors were encountered: