Chartbreaker
    Preparing search index...

    Interface GPUTextureDescriptor

    interface GPUTextureDescriptor {
        dimension?: GPUTextureDimension;
        format: GPUTextureFormat;
        label?: string;
        mipLevelCount?: number;
        sampleCount?: number;
        size: GPUExtent3D;
        usage: number;
        viewFormats?: GPUTextureFormat[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    label?: string
    mipLevelCount?: number
    sampleCount?: number
    usage: number
    viewFormats?: GPUTextureFormat[]