class

OpenGLBindingGenerator::FeatureProfilePair

Inherits Reference < Object

Constructors

new(api : String, name : String, version : OpenGLBindingGenerator::Version, profile : Nil | String = nil)

Creates the feature-profile pair.

Source

Instance methods

api

Just the name of the API.

Source
name

Unique name of the API (contains version).

Source
profile

Optional profile identifier.

Source
profile?

Optional profile identifier.

Source
to_s(io : IO) : Nil

Unique string containing the API, version, and profile.

Source
version

Version of the API.

Source