Click or drag to resize

gl.GetExtensions Method

Get a space-separated list of supported extensions to GL.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetExtensions()

Return Value

Type: String
The supported extensions
Remarks
Some applications want to make use of features that are not part of the standard GL. These features may be implemented as extensions to the standard GL. This method returns a space-separated list of supported GL extensions. (Extension names never contain a space character.)

OpenGL API: glGetString(GL_EXTENSIONS)

See Also