Interface: TextureGCSystemOptions

TextureGCSystemOptions

Options for the TextureGCSystem.

Properties:
Name Type Default Description
textureGCActive boolean true

If set to true, this will enable the garbage collector on the GPU.

textureGCAMaxIdle number 60 * 60

The maximum idle frames before a texture is destroyed by garbage collection.

textureGCCheckCountMax number 600

Frames between two garbage collections.

Members

textureGCActive boolean

If set to true, this will enable the garbage collector on the GPU.

Default Value:
  • true

textureGCAMaxIdle number

The maximum idle frames before a texture is destroyed by garbage collection.

Default Value:
  • 60 * 60

textureGCCheckCountMax number

Frames between two garbage collections.

Default Value:
  • 600