|
Hymn to Beauty
C++ 3D Engine
|
Timing for a block of work. More...
#include <VulkanCommandBuffer.hpp>
Public Attributes | |
| std::string | name |
| Name of the block of work. More... | |
| uint32_t | startQuery |
| The timestamp at the start of the block of work. More... | |
| uint32_t | endQuery |
| The timestamp at the end of the block of work. More... | |
Timing for a block of work.
| uint32_t Video::VulkanCommandBuffer::Timing::endQuery |
The timestamp at the end of the block of work.
| std::string Video::VulkanCommandBuffer::Timing::name |
Name of the block of work.
| uint32_t Video::VulkanCommandBuffer::Timing::startQuery |
The timestamp at the start of the block of work.