Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DDSInfo

Hierarchy

  • DDSInfo

Index

Properties

dxgiFormatSearch playground for dxgiFormat

dxgiFormat: number

heightSearch playground for height

height: number

Width of the texture

isCompressedSearch playground for isCompressed

isCompressed: boolean

If the texture is a compressed format eg. FOURCC_DXT1

isCubeSearch playground for isCube

isCube: boolean

isFourCCSearch playground for isFourCC

isFourCC: boolean

If the textures format is a known fourCC format

see

https://www.fourcc.org/

isLuminanceSearch playground for isLuminance

isLuminance: boolean

If the texture is a lumincance format

isRGBSearch playground for isRGB

isRGB: boolean

If the texture is an RGB format eg. DXGI_FORMAT_B8G8R8X8_UNORM format

mipmapCountSearch playground for mipmapCount

mipmapCount: number

Number of Mipmaps for the texture

see

https://en.wikipedia.org/wiki/Mipmap

Optional sphericalPolynomialSearch playground for sphericalPolynomial

sphericalPolynomial: SphericalPolynomial

Sphericle polynomial created for the dds texture

textureTypeSearch playground for textureType

textureType: number

Texture type eg. Engine.TEXTURETYPE_UNSIGNED_INT, Engine.TEXTURETYPE_FLOAT

widthSearch playground for width

width: number

Width of the texture

Legend

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