ImFusion C++ SDK 4.5.0
ImFusion::GL::Context::CreateInfo Struct Reference

Public Attributes

Utils::Version requestedVersion = {0, 0}
 Requested OpenGL version, use 0 for the highest available.
bool useCompatibilityProfile = false
 Flag whether to request a compatibility profile.
bool useDebugContext = false
 Flag whether to request a debug context.
void * shareContext = nullptr
 Native handle to another OpenGL context to share textures and other data with.
bool enableResetNotification = false
 Request support for notification in case of context loss.

Member Data Documentation

◆ enableResetNotification

bool ImFusion::GL::Context::CreateInfo::enableResetNotification = false

Request support for notification in case of context loss.

Note
Not all backends may support this feature. Furthermore, it may interfere with context sharing support.

The documentation for this struct was generated from the following file:
  • ImFusion/Core/GL/Context.h
Search Tab / S to search, Esc to close