Taos API Reference
    Preparing search index...

    Type Alias ResourceUsage

    ResourceUsage:
        | "attachment"
        | "depth-attachment"
        | "depth-read"
        | "sampled"
        | "storage-read"
        | "storage-write"
        | "storage-read-write"
        | "uniform"
        | "vertex"
        | "index"
        | "indirect"
        | "copy-src"
        | "copy-dst"

    How a pass uses a resource. Drives the GPU usage flags applied to the physical resource and the kind of pass encoder the graph creates.