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