Class GorgonStreamOutCallPoolAllocator
An allocator used to retrieve draw calls from a pool.
Implements
Inherited Members
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public class GorgonStreamOutCallPoolAllocator : GorgonRingPool<GorgonStreamOutCall>, IGorgonAllocator<GorgonStreamOutCall>
Constructors
| Edit this page View SourceGorgonStreamOutCallPoolAllocator(int)
Initializes a new instance of the GorgonLinearPool<T> class.
Declaration
public GorgonStreamOutCallPoolAllocator(int objectCount)
Parameters
Type | Name | Description |
---|---|---|
int | objectCount | The number of total objects available to the allocator. |
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when the |