Documentation / device / VertexLayoutOptions
Type Alias: VertexLayoutOptions
VertexLayoutOptions =
object
Defined in: libs/device/src/gpuobject.ts:668
Options for creating vertex layout
Properties
vertexBuffers
vertexBuffers:
object[]
Defined in: libs/device/src/gpuobject.ts:672
vertex buffers in this vertex layout
buffer
buffer:
StructuredBuffer
stepMode?
optionalstepMode?:VertexStepMode
indexBuffer?
optionalindexBuffer?:Nullable<IndexBuffer>
Defined in: libs/device/src/gpuobject.ts:679
optional index buffer in this vertex layout