class

OpenGLBindingGenerator::Crystal::Parameter

Inherits Reference < Object

Parameter for a function.

Constructors

new(name : String, type : OpenGLBindingGenerator::Crystal::Type)

Creates the parameter.

Source

Instance methods

crystalize(namespace = nil)
Source
name

Name of the parameter.

Source
to_s(io : IO) : Nil

Generates the string representation of the parameter.

Source
type

Type of the parameter.

Source