Interface: TextureGCSystemOptions

TextureGCSystemOptions

Options for the TextureGCSystem.

Properties:
Name Type Attributes Default Description
textureGCActive boolean <optional>
true

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

textureGCAMaxIdle number <optional>
60 * 60

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

textureGCCheckCountMax number <optional>
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