Options
All
  • Public
  • Public/Protected
  • All
Menu

Result of the KTX2 decode function

Hierarchy

  • IDecodedData

Index

Properties

errors?: string

The errors (if any) encountered during the decoding process

hasAlpha: boolean

Whether the texture has an alpha channel or not

height: number

Height of the texture

isInGammaSpace: boolean

Whether the texture data is in gamma space or not

mipmaps: IMipmap[]

List of mipmap levels. The first element is the base level, the last element is the smallest mipmap level (if more than one mipmap level is present)

transcodedFormat: number

The format to use when creating the texture at the engine level This corresponds to the engineFormat property of the leaf node of the decision tree

transcoderName: string

The name of the transcoder used to transcode the texture

width: number

Width of the texture

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme