Engine API Reference - v2.22.0-beta.20
    Preparing search index...

    Class BindTextureFormat

    A class to describe the format of the texture for BindGroupFormat.

    Hierarchy (View Summary)

    Index
    hasSampler: boolean

    Whether a sampler binding follows this texture. Always false when multisampled is true.

    multisampled: boolean

    Whether this is a multisampled (texture_multisampled_*) binding.

    name: string
    samplerName: string | null = null

    Sampler uniform name. null when multisampled is true; otherwise the provided name or ${name}_sampler.