Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InternalTextureCreationOptions

Define options used to create an internal texture

Hierarchy

Index

Properties

Optional createMipMapsSearch playground for createMipMaps

createMipMaps: boolean

Specifies if mipmaps must be created. If undefined, the value from generateMipMaps is taken instead

Optional creationFlagsSearch playground for creationFlags

creationFlags: number

Texture creation flags

Optional formatSearch playground for format

format: number

Defines format (RGBA by default)

Optional generateMipMapsSearch playground for generateMipMaps

generateMipMaps: boolean

Specifies if mipmaps must be generated

Optional samplesSearch playground for samples

samples: number

Defines sample count (1 by default)

Optional samplingModeSearch playground for samplingMode

samplingMode: number

Defines sampling mode (trilinear by default)

Optional typeSearch playground for type

type: number

Defines texture type (int by default)

Optional useSRGBBufferSearch playground for useSRGBBuffer

useSRGBBuffer: boolean

Creates the RTT in sRGB space

Legend

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