Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csShaderVarBlockAlloc Class Reference
A block allocator for shader variables. More...
#include <csgfx/shadervarblockalloc.h>
Public Member Functions | |
csRef< csShaderVariable > | Alloc () |
Allocate a new shader variable. | |
csShaderVarBlockAlloc (size_t nelem=32, bool warn_unfreed=false) | |
Construct a new allocator. | |
Friends | |
class | BlockAllocatedSV |
Detailed Description
A block allocator for shader variables.
- Remarks:
- Check the csBlockAllocator documentation for information on general block allocators.
Definition at line 38 of file shadervarblockalloc.h.
Constructor & Destructor Documentation
|
Construct a new allocator.
Definition at line 53 of file shadervarblockalloc.h. |
Member Function Documentation
|
Allocate a new shader variable.
Definition at line 61 of file shadervarblockalloc.h. References csBlockAllocator< T, BlockPolicy >::Alloc(), and BlockAllocatedSV. |
The documentation for this class was generated from the following file:
- csgfx/shadervarblockalloc.h
Generated for Crystal Space by doxygen 1.4.4