Name | Type | Description |
---|---|---|
renderer |
Renderer |
The renderer this System works for. |
Implements
Members
defaultOptions RenderableGCSystemOptions static
default options for the renderableGCSystem
Properties:
Name | Type | Default | Description |
---|---|---|---|
renderableGCActive |
boolean |
true
|
If set to true, this will enable the garbage collector on the GPU. |
renderableGCFrequency |
number |
600
|
Frames between two garbage collections. |
renderableGCMaxUnusedTime |
number |
60 * 60
|
The maximum idle frames before a texture is destroyed by garbage collection. |
Maximum idle frames before a texture is destroyed by garbage collection.
- See:
-
- renderableGCSystem.defaultMaxIdle
Methods
Runs the scheduled garbage collection