interface gpuGPUFragmentState {
    constants?: Record<string, number>;
    entryPoint: string;
    module: gpuGPUShaderModule;
    targets: gpuGPUColorTargetState[];
}

Properties

constants?: Record<string, number>
entryPoint: string