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