VertexElement
data class VertexElement(val attribute: String, val offset: Int, val type: VertexElementType, val arraySize: Int)(source)
Represents a single element within a vertex, describing the structure of vertex data in a graphics pipeline.