|
Hymn to Beauty
C++ 3D Engine
|
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... | |
Timing for a block of work.
| GLuint Video::OpenGLCommandBuffer::Timing::endQuery |
The timestamp for ending the block of work.
| std::string Video::OpenGLCommandBuffer::Timing::name |
The name of the block of work.
| GLuint Video::OpenGLCommandBuffer::Timing::startQuery |
The timestamp for starting the block of work.