Interface gpuGPUComputePipelineDescriptor

interface gpuGPUComputePipelineDescriptor {
    compute: gpuGPUProgrammableStage;
    label?: string;
    layout: string | gpuGPUPipelineLayout;
}

Properties

Properties

label?: string
layout: string | gpuGPUPipelineLayout