liberty.graphics.opengl.vertex

Members

Classes

GLAttribute
class GLAttribute

Represent an OpenGL program attribute.

GLVertexSpec
class GLVertexSpec(VERTEX)

Describe a Vertex structure. You must instantiate it with a compile-time struct describing your vertex format.

Structs

Normalized
struct Normalized

Specify an attribute which has to be normalized.

VertexAttribute
struct VertexAttribute

Describes a single attribute in a vertex entry.

VertexPosition
struct VertexPosition(VECTOR, string FIELD_NAME = "position")

Define a simple vertex type from a vector type.

Meta

Source

See Source File
_vertex.d Documentation: Coverage:

Authors

$(Gabriel Gheorghe)