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 CpuBuffer
makeBuffer
(long size) Deprecated.void
Deprecated.
-
Constructor Details
-
CpuBufferPool
public CpuBufferPool(int maxCount) Deprecated.
-
-
Method Details
-
makeBuffer
Deprecated. -
releaseAll
public void releaseAll()Deprecated.
-