webgpu-feature-detector
    Preparing search index...

    Type Alias TextureSupportedFeatures

    Features supported by a texture format.

    type TextureSupportedFeatures = {
        blendable: boolean;
        colorRenderable: boolean;
        copyExternalImageToTexture: boolean;
        filterable: boolean;
        multisample: boolean;
        renderAttachment: boolean;
        resolvable: boolean;
        storageReadOnly: boolean;
        storageReadWrite: boolean;
        storageWriteOnly: boolean;
        supported: boolean;
    }
    Index

    Properties

    blendable: boolean
    colorRenderable: boolean
    copyExternalImageToTexture: boolean
    filterable: boolean
    multisample: boolean
    renderAttachment: boolean
    resolvable: boolean
    storageReadOnly: boolean
    storageReadWrite: boolean
    storageWriteOnly: boolean
    supported: boolean