WGPUVertex Buffer Layout
Types
By Reference
Link copied to clipboard
class ByReference(val handle: WGPUVertexBufferLayout.ByReference = io.ygdrasil.wgpu.android.WGPUVertexBufferLayout.ByReference(com.sun.jna.Pointer.NULL)) : WGPUVertexBufferLayout
By Value
Link copied to clipboard
class ByValue(val handle: WGPUVertexBufferLayout.ByValue = io.ygdrasil.wgpu.android.WGPUVertexBufferLayout.ByValue(com.sun.jna.Pointer.NULL)) : WGPUVertexBufferLayout
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
handler
Link copied to clipboard
Link copied to clipboard
The step mode for the vertex buffer. If @ref WGPUVertexStepMode_VertexBufferNotUsed, indicates a "hole" in the parent @ref WGPUVertexState buffers array: the pipeline does not use a vertex buffer at this location.