gpu-curtains
    Preparing search index...

    Type Alias GLTFTexturesExtensionsMapping

    Base mapping for all potential textures GLTF extensions types.

    type GLTFTexturesExtensionsMapping = {
        EXT_texture_webp: GLTFTextureWebP;
        KHR_texture_basisu: GLTFTextureBasisU;
    }
    Index

    Properties

    EXT_texture_webp: GLTFTextureWebP

    Define the EXT_texture_webp extension textures options.

    KHR_texture_basisu: GLTFTextureBasisU

    Define the KHR_texture_basisu extension textures options.