struct Gloop::Extension

Overview

Captures information about additional functionality exposed to the application by the OpenGL implementation.

Defined in:

gloop/extension.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String) #

Creates a reference to an extension.


[View source]

Instance Method Detail

def name : String #

Name of the extension.


[View source]
def to_s(io) #

Produces a string containing the name of the extension.


[View source]