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
This method can be used within an engine module ctor or initialization to test for module compatibility. After initialization, the module will test requested profile against
what the display system is running.
Core: if openGLCoreProfile = true ok, otherwise print a warning (on OSX only?) that core features will not be available.
Compatibility: if openGLCoreProfile = true print an error and shutdown the application, otherwise ok
Unspecified: if openGLCoreProfile = true print a verbose mode log message (not warning) that a potentially incompatible module is running, otherwise ok
The text was updated successfully, but these errors were encountered:
Add the following methods to EngineModule
This method can be used within an engine module ctor or initialization to test for module compatibility. After initialization, the module will test requested profile against
what the display system is running.
The text was updated successfully, but these errors were encountered: