Package gaiasky.render.system
Class LineQuadRenderSystem.DPool
java.lang.Object
com.badlogic.gdx.utils.Pool<double[]>
gaiasky.render.system.LineQuadRenderSystem.DPool
- Enclosing class:
- LineQuadRenderSystem
protected class LineQuadRenderSystem.DPool
extends com.badlogic.gdx.utils.Pool<double[]>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.badlogic.gdx.utils.Pool
com.badlogic.gdx.utils.Pool.Poolable
-
Field Summary
Fields inherited from class com.badlogic.gdx.utils.Pool
max, peak
-
Constructor Summary
-
Method Summary
Methods inherited from class com.badlogic.gdx.utils.Pool
clear, discard, fill, free, freeAll, getFree, obtain, reset
-
Constructor Details
-
DPool
public DPool(int initialCapacity, int max, int poolSize)
-
-
Method Details
-
newObject
protected double[] newObject()- Specified by:
newObject
in classcom.badlogic.gdx.utils.Pool<double[]>
-