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