webgpu-utils

    Type Alias PipelineDescriptor

    Compatible with GPURenderPipelineDescriptor and GPUComputePipelineDescriptor

    type PipelineDescriptor = {
        compute?: ProgrammableStage;
        fragment?: ProgrammableStage;
        vertex?: ProgrammableStage;
    }
    Index

    Properties

    MMNEPVFCICPMFPCPTTAAATR