vertexFormat

expect abstract val vertexFormat: VertexFormat(source)

Specifies the format of vertex data stored in the vertex buffer.

This property determines the layout and attributes of the vertex data, including the organization, types, and order of components such as positions, normals, colors, texture coordinates, and any custom attributes. It ensures that the vertex data conforms to a consistent structure required for rendering or processing.

actual abstract val vertexFormat: VertexFormat(source)
actual abstract val vertexFormat: VertexFormat(source)