Skip to main content

GPUFragmentState

Extends

Properties

constants?

optional constants?: Record<string, number>;

Inherited from

GPUProgrammableStage.constants


entryPoint?

optional entryPoint?: string;

Inherited from

GPUProgrammableStage.entryPoint


module

module: GPUShaderModule;

Inherited from

GPUProgrammableStage.module


targets

targets: (GPUColorTargetState | null)[];