Vireo  0.0
Vireo 3D Rendering Hardware Interface
VertexAttributeDesc Struct Reference

Detailed Description

Vertex input attribute description

Manual page : Graphics Pipelines

Public Attributes

std::string binding
 Binding name which this attribute takes its data from. More...
 
AttributeFormat format
 Size and type of the vertex attribute data. More...
 
uint32_t offset
 Byte offset of this attribute relative to the start of an element in the vertex input binding. More...
 

Member Data Documentation

std::string binding

Binding name which this attribute takes its data from.

Size and type of the vertex attribute data.

uint32_t offset

Byte offset of this attribute relative to the start of an element in the vertex input binding.