Taos API Reference
    Preparing search index...

    Interface RuntimeProfile

    Capabilities used to select pack variants.

    interface RuntimeProfile {
        name: string;
        maxTextureSize: number;
        textureFormats: TextureFormatSupport;
    }
    Index

    Properties

    name: string

    Variant selector name, matched against PackVariantDoc.profile.

    maxTextureSize: number

    Max 2D texture dimension the device supports.

    textureFormats: TextureFormatSupport

    Which compressed-texture families the device can sample.