Table of Contents

Property IsOpenGLAvailable

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

IsOpenGLAvailable

Gets a value indicating whether OpenGL is available on the current system.

public static bool IsOpenGLAvailable { get; }

Property Value

bool

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.