Skip to main content

GPUVertexBufferLayout

5 items
constructor(arrayStride: Int, stepMode: String? = null, attributes: Array<GPUVertexAttribute>)
var arrayStride: Int
var attributes: Array<GPUVertexAttribute>
var stepMode: String?
fun toGpu(): dynamic