GPUFragmentState constructor

GPUFragmentState({
  1. required GPUShaderModule module,
  2. String entryPoint,
  3. JSObject constants,
  4. required JSArray<GPUColorTargetState?> targets,
})

Implementation

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