Expand description
Geometry buffer is a mesh buffer, that could contain multiple vertex buffers and only one element buffer.
Structs§
- Attribute
Definition - Vertex attribute definition.
- Geometry
Buffer Descriptor - Descriptor of the geometry buffer. It essentially binds multiple vertex buffers and one element buffer.
- Vertex
Buffer Data - Untyped vertex buffer data.
- Vertex
Buffer Descriptor - Vertex buffer descriptor contains information about vertex buffer layout and content usage as well as the data that will be uploaded to GPU.
Enums§
- Attribute
Kind - Attribute kind of a vertex.
- Elements
Descriptor - Describes elements for the geometry buffer.
Traits§
- Geometry
Buffer - Geometry buffer is a mesh buffer, that could contain multiple vertex buffers and only one element buffer. Element could be either a line or triangle (the most commonly used one).