|
CeresEngine 0.2.0
A game development framework
|
#include "Common.hpp"#include "CeresEngine/DataTypes.hpp"#include "CeresEngine/Foundation/Event.hpp"#include "CeresEngine/Foundation/Chrono.hpp"#include <chrono>Go to the source code of this file.
Classes | |
| class | CeresEngine::GPUQuery |
| struct | CeresEngine::GPUTimerQueryDescriptor |
A descriptor structure for TimerQuery. More... | |
| class | CeresEngine::GPUTimerQuery |
| A GPU query that allows measuring the time a GPU device takes execute a set of commands on a command buffer. More... | |
| class | CeresEngine::GPUTimerQuery::Scope |
| A helper class that begins a scoped timer query. More... | |
| struct | CeresEngine::GPUOcclusionQueryDescriptor |
| class | CeresEngine::GPUOcclusionQuery |
| class | CeresEngine::GPUOcclusionQuery::Scope |
| A helper class that begins a scoped occlusion query. More... | |
Namespaces | |
| namespace | CeresEngine |
Typedefs | |
| using | CeresEngine::GPUTimerQueryResult = TimeInterval |
The type returned by a TimerQuery. | |