Hilo3d API - v2.0.0-alpha.3
    Preparing search index...

    Interface RenderPipelineTextureDescriptor

    Backend-neutral transient texture descriptor. Usage is inferred from pass declarations.

    Hierarchy (View Summary)

    Index
    depthOrArrayLayers?: number

    Texture depth or array-layer count, defaulting to one.

    Physical texture dimension, defaulting to 2d.

    Absolute or output-relative dimensions.

    Color or depth/stencil format.

    mipLevelCount?: number

    Mip count, defaulting to one; multisampled textures require one mip.

    Raster sample count, defaulting to one.

    Default whole-resource view dimension.

    viewFormats?: readonly RenderPipelineTextureFormat[]

    Compatible formats that explicit views may select.