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

Timing for a block of work. More...

#include <OpenGLCommandBuffer.hpp>

Public Attributes

std::string name
 The name of the block of work. More...
 
GLuint startQuery
 The timestamp for starting the block of work. More...
 
GLuint endQuery
 The timestamp for ending the block of work. More...
 

Detailed Description

Timing for a block of work.

Member Data Documentation

◆ endQuery

GLuint Video::OpenGLCommandBuffer::Timing::endQuery

The timestamp for ending the block of work.

◆ name

std::string Video::OpenGLCommandBuffer::Timing::name

The name of the block of work.

◆ startQuery

GLuint Video::OpenGLCommandBuffer::Timing::startQuery

The timestamp for starting the block of work.


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