GPUVertex State
data class GPUVertexState(var module: GPUShaderModule, var entryPoint: String, var buffers: Array<GPUVertexBufferLayout?>? = emptyArray<GPUVertexBufferLayout?>())(source)
Constructors
Link copied to clipboard
constructor(module: GPUShaderModule, entryPoint: String, buffers: Array<GPUVertexBufferLayout?>? = emptyArray<GPUVertexBufferLayout?>())