VertexArray.data

Get direct access to vertices in the VertexArray.

Can be used for fast modification of the VertexArray. Any modifications to the slice after the VertexArray is locked will result in undefined behavior.

class VertexArray(V)
V[]
data
@system pure nothrow @nogc
(
)
if (
isVertex!V
)

Meta