Options
All
  • Public
  • Public/Protected
  • All
Menu

Define options used to create an internal texture

Hierarchy

Index

Properties

createMipMaps?: boolean

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

creationFlags?: number

Texture creation flags

format?: number

Defines format (RGBA by default)

generateMipMaps?: boolean

Specifies if mipmaps must be generated

label?: string

Label of the texture (used for debugging only)

samples?: number

Defines sample count (1 by default)

samplingMode?: number

Defines sampling mode (trilinear by default)

type?: number

Defines texture type (int by default)

useSRGBBuffer?: boolean

Creates the RTT in sRGB space

Legend

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

Settings

Theme