Hymn to Beauty
C++ 3D Engine
Video::VulkanCommandBuffer::Timing Struct Reference

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...
 

Detailed Description

Timing for a block of work.

Member Data Documentation

◆ endQuery

uint32_t Video::VulkanCommandBuffer::Timing::endQuery

The timestamp at the end of the block of work.

◆ name

std::string Video::VulkanCommandBuffer::Timing::name

Name of the block of work.

◆ startQuery

uint32_t Video::VulkanCommandBuffer::Timing::startQuery

The timestamp at the start of the block of work.


The documentation for this struct was generated from the following file: