CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
GPUQuery.hpp File Reference

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.