GPUVertexState constructor

GPUVertexState({
  1. GPUShaderModule module,
  2. String entryPoint,
  3. JSArray<GPUVertexBufferLayout> buffers,
})

Implementation

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