![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "CommandTypes.h"
Go to the source code of this file.
Classes | |
struct | Divide::GFX::anonymous_namespace{CommandBuffer.inl}::CmdAllocator< T > |
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
namespace | Divide::GFX |
namespace | Divide::GFX::anonymous_namespace{CommandBuffer.inl} |
Macros | |
#define | DVD_COMMAND_BUFFER_INL_ |
Functions | |
template<typename T > requires std::is_base_of_v<CommandBase, T> | |
constexpr size_t | Divide::GFX::anonymous_namespace{CommandBuffer.inl}::MemoryPoolSize () |
template<typename T = CommandBase> requires std::is_base_of_v<CommandBase, T> | |
bool | Divide::GFX::TryMergeCommands (CommandType type, T *prevCommand, T *crtCommand) |
#define DVD_COMMAND_BUFFER_INL_ |
Definition at line 33 of file CommandBuffer.inl.