Property IsOpenGLAvailable
IsOpenGLAvailable
Gets a value indicating whether OpenGL is available on the current system.
public static bool IsOpenGLAvailable { get; }
Property Value
Remarks
This property checks the system's capabilities to determine if OpenGL support is present. It can be used to conditionally enable features that depend on OpenGL. Value is cached after the first access for performance reasons.