 | 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)
Syntaxpublic static string GetExtensions()
Public Shared Function GetExtensions As String
public:
static String^ GetExtensions()
static member GetExtensions : unit -> string
Return Value
Type:
StringThe 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