Raised when trying to add an attribute to a sealed structure
Module OgamlGraphics.VertexArray.Vertex
Creation and manipulation of verticesSubmodules
Attribute | Manipulation of attributes |
AttributeType | Attribute types |
Signatures
VERTEX | Common signature to all vertex structures |
This module provides a way to create and manipulate vertex structures and vertices.
A vertex is a collection attributes, and a vertex structure creates vertices that have the same attributes.
Raised when trying to create a vertex from an unsealed structure
Raised when trying to get the value of an unset attribute
Type of a vertex
Creates a new, custom vertex structure