Package icyllis.arc3d.opengl
Class CpuBufferPool
java.lang.Object
icyllis.arc3d.opengl.CpuBufferPool
Deprecated.
A cache object that can be shared by multiple
GpuBufferPool instances. It caches
cpu buffer allocations to avoid reallocating them.
NOTE: You must call releaseAll() when this cache is no longer used.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable @SharedPtr CpuBuffermakeBuffer(long size) Deprecated.voidDeprecated.
-
Constructor Details
-
CpuBufferPool
public CpuBufferPool(int maxCount) Deprecated.
-
-
Method Details
-
makeBuffer
Deprecated. -
releaseAll
public void releaseAll()Deprecated.
-