GPUVertexState constructor

GPUVertexState({
  1. required GPUShaderModule module,
  2. String entryPoint,
  3. JSObject constants,
  4. JSArray<GPUVertexBufferLayout?> buffers,
})

Implementation

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