Interface Capabilities

A set of capability flags.

interface Capabilities {
    astcSupported: boolean;
    bptcSupported: boolean;
    dxtSupported: boolean;
    etc1Supported: boolean;
    etc2Supported: boolean;
    headless: boolean;
    maxViews: number;
    pvrtcSupported: boolean;
}

Properties

astcSupported: boolean

Support for ASTC texture compression?

bptcSupported: boolean

Support for BPTC texture format(s)?

dxtSupported: boolean

Support for DXT texture compression?

etc1Supported: boolean

Support for ETC1 texture compression?

etc2Supported: boolean

Support for ETC2 texture compression?

headless: boolean

Does the renderers run headless?

This is true when the renderers is a "mock renderers", that works without rendering anything.

maxViews: number

Maximum number of Views allowed.

pvrtcSupported: boolean

Support for PVRTC texture compression?