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
If set to true, this will enable the garbage collector on the GPU.
- Default Value:
- true
The maximum idle frames before a texture is destroyed by garbage collection.
- Default Value:
- 60 * 60
Frames between two garbage collections.
- Default Value:
- 600