struct Gloop::Extension
- Gloop::Extension
- Struct
- Value
- Object
Overview
Captures information about additional functionality exposed to the application by the OpenGL implementation.
Defined in:
gloop/extension.crConstructors
-
.new(name : String)
Creates a reference to an extension.
Instance Method Summary
-
#name : String
Name of the extension.
-
#to_s(io)
Produces a string containing the name of the extension.