GPUVertexState constructor
GPUVertexState({
- GPUShaderModule module,
- String entryPoint,
- JSArray<
GPUVertexBufferLayout> buffers,
Implementation
external factory GPUVertexState({
GPUShaderModule module,
String entryPoint,
JSArray<GPUVertexBufferLayout> buffers,
});