Atlas Engine
API Referenceatlasatlas/graphics

TextureType

Texture role used by the renderer, such as albedo, normal, depth, or material data.

Module: atlas/graphics

Texture role used by the renderer, such as albedo, normal, depth, or material data.

Declaration

export enum TextureType {
        Color,
        Specular,
        Cubemap,
        Depth,
        DepthCube,
        Normal,
        Parallax,
        SSAONoise,
        SSAO,
        Metallic,
        Roughness,
        AO,
        Opacity,
        HDR,
        PBRPack,
    }

Values

Color

Color

Specular

Specular

Cubemap

Cubemap

Depth

Depth

DepthCube

DepthCube

Normal

Normal

Parallax

Parallax

SSAONoise

SSAONoise

SSAO

SSAO

Metallic

Metallic

Roughness

Roughness

AO

AO

Opacity

Opacity

HDR

HDR

PBRPack

PBRPack

On this page