class

OpenGLBindingGenerator::Intermediate::Group

Inherits Enumerable < Reference < Object

Collection of similar enum values.

Constructors

new(name : String, enums : Array(String), comment : Nil | String)

Creates the enum group.

Source

Instance methods

comment

Optional comment about the group.

Source
comment?

Optional comment about the group.

Source
each

Yields each of the enum names in the group.

Source
name

Name of the group.

Source