|
CeresEngine 0.2.0
A game development framework
|
#include "Common.hpp"#include "Forward.hpp"#include "CeresEngine/DataTypes.hpp"#include "CeresEngine/Macros.hpp"#include "CeresEngine/Foundation/Event.hpp"#include "CeresEngine/Foundation/Hash.hpp"#include "CeresEngine/Foundation/ScopeExit.hpp"#include "CeresEngine/Foundation/SmartPtr.hpp"#include "CeresEngine/Foundation/String.hpp"#include "CeresEngine/Foundation/Container/SmallVector.hpp"#include "CeresEngine/Math/Extent.hpp"#include "CeresEngine/Mesh/IndexType.hpp"#include <cstdint>#include <functional>Go to the source code of this file.
Classes | |
| struct | CeresEngine::GPUCommandBufferDescriptor |
| Command buffer descriptor structure. More... | |
| struct | CeresEngine::GPUDrawIndirectCommand |
| Structure specifying a draw indirect command. More... | |
| struct | CeresEngine::GPUDrawIndexedIndirectCommand |
| Structure specifying a draw indirect command. More... | |
| class | CeresEngine::GPUCommandBuffer |
Namespaces | |
| namespace | CeresEngine |