GPUFragmentState constructor

GPUFragmentState({
  1. GPUShaderModule module,
  2. String entryPoint,
  3. JSArray<GPUColorTargetState> targets,
})

Implementation

external factory GPUFragmentState({
  GPUShaderModule module,
  String entryPoint,
  JSArray<GPUColorTargetState> targets,
});