Options
All
  • Public
  • Public/Protected
  • All
Menu

Options passed to the KTX2 decode function

Hierarchy

  • IKTX2DecoderOptions

Index

Properties

bypassTranscoders?: string[]

list of transcoders to bypass when looking for a suitable transcoder. The available transcoders are: UniversalTranscoder_UASTC_ASTC UniversalTranscoder_UASTC_BC7 UniversalTranscoder_UASTC_RGBA_UNORM UniversalTranscoder_UASTC_RGBA_SRGB UniversalTranscoder_UASTC_R8_UNORM UniversalTranscoder_UASTC_RG8_UNORM MSCTranscoder

forceR8?: boolean

force to always use (uncompressed) R8 for transcoded format

forceRG8?: boolean

force to always use (uncompressed) RG8 for transcoded format

forceRGBA?: boolean

force to always use (uncompressed) RGBA for transcoded format

transcodeFormatDecisionTree?: IDecisionTree

Custom decision tree to apply after the default decision tree has selected a transcoding format. Allows the user to override the default decision tree selection. The decision tree can use the INode.transcodeFormat property to base its decision on the transcoding format selected by the default decision tree.

useRGBAIfASTCBC7NotAvailableWhenUASTC?: boolean

use RGBA format if ASTC and BC7 are not available as transcoded format

Legend

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

Settings

Theme