Interface GPUPipelineErrorInit

    interface GPUPipelineErrorInit {
        reason: GPUPipelineErrorReason;
    }

    Properties

    Properties