Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
CommandBufferPool.h File Reference
#include "CommandBuffer.h"
#include "CommandBufferPool.inl"

Go to the source code of this file.

Classes

class  Divide::GFX::CommandBufferPool
 

Namespaces

namespace  Divide
 Handle console commands that start with a forward slash.
 
namespace  Divide::GFX
 

Macros

#define DVD_COMMAND_BUFFER_POOL_H_
 

Functions

void Divide::GFX::InitPools (const size_t poolSizeFactor)
 
void Divide::GFX::DestroyPools () noexcept
 
Handle< CommandBuffer > Divide::GFX::AllocateCommandBuffer (const char *name, const size_t reservedCmdCount)
 
void Divide::GFX::DeallocateCommandBuffer (Handle< CommandBuffer > &buffer)
 
CommandBuffer * Divide::GFX::Get (Handle< CommandBuffer > handle)
 

Macro Definition Documentation

◆ DVD_COMMAND_BUFFER_POOL_H_

#define DVD_COMMAND_BUFFER_POOL_H_

Definition at line 34 of file CommandBufferPool.h.