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
ColorSpecular
SpecularCubemap
CubemapDepth
DepthDepthCube
DepthCubeNormal
NormalParallax
ParallaxSSAONoise
SSAONoiseSSAO
SSAOMetallic
MetallicRoughness
RoughnessAO
AOOpacity
OpacityHDR
HDRPBRPack
PBRPack