OGLplus (0.52.0) a C++ wrapper for OpenGL

query.hpp File Reference

Query object wrappers. More...

#include <oglplus/glfunc.hpp>
#include <oglplus/object/wrapper.hpp>
#include <oglplus/object/reference.hpp>
#include <oglplus/error/object.hpp>
#include <oglplus/enumerations.hpp>
#include <cassert>
#include <oglplus/enums/query_target.ipp>
#include <oglplus/enums/query_target_range.ipp>
#include <oglplus/enums/conditional_render_mode.ipp>
#include <oglplus/enums/conditional_render_mode_range.ipp>

Go to the source code of this file.

Classes

class  oglplus::ObjGenDelOps< tag::Query >
 Class wrapping query construction/destruction functions. More...
 
class  oglplus::QueryExecution< ResultType >
 A helper class automatically executing a query. More...
 
class  oglplus::ObjectOps< tag::DirectState, tag::Query >
 Class wrapping query functions with (direct state access) More...
 
class  oglplus::QueryActivator
 RAII Query activator/deactivator. More...
 
class  oglplus::ConditionalRender
 RAII conditional render activator/deactivator. More...
 
class  oglplus::QueryExecution< ResultType >
 A helper class automatically executing a query. More...
 

Namespaces

 oglplus
 All definitions of OGLplus are nested in the oglplus namespace.
 

Typedefs

typedef ObjectOps
< tag::DirectState, tag::Query > 
oglplus::QueryOps
 Query operations with direct state access.
 
typedef Object< QueryOps > oglplus::Query
 An oglplus_object encapsulating the asynchronous query functionality.
 

Enumerations

enum  oglplus::QueryTarget : GLenum {
  oglplus::QueryTarget::TimeElapsed,
  oglplus::QueryTarget::Timestamp,
  oglplus::QueryTarget::SamplesPassed,
  oglplus::QueryTarget::AnySamplesPassed,
  oglplus::QueryTarget::PrimitivesGenerated,
  oglplus::QueryTarget::TransformFeedbackPrimitivesWritten,
  oglplus::QueryTarget::VerticesSubmitted,
  oglplus::QueryTarget::PrimitivesSubmitted,
  oglplus::QueryTarget::VertexShaderInvocations,
  oglplus::QueryTarget::TessControlShaderPatches,
  oglplus::QueryTarget::TessEvaluationShaderInvocations,
  oglplus::QueryTarget::GeometryShaderInvocations,
  oglplus::QueryTarget::GeometryShaderPrimitivesEmitted,
  oglplus::QueryTarget::FragmentShaderInvocations,
  oglplus::QueryTarget::ComputeShaderInvocations,
  oglplus::QueryTarget::ClippingInputPrimitives,
  oglplus::QueryTarget::ClippingOutputPrimitives,
  oglplus::QueryTarget::TransformFeedbackOverflow,
  oglplus::QueryTarget::TransformFeedbackStreamOverflow
}
 Query bind target. More...
 
enum  oglplus::ConditionalRenderMode : GLenum {
  oglplus::ConditionalRenderMode::QueryWait,
  oglplus::ConditionalRenderMode::QueryNoWait,
  oglplus::ConditionalRenderMode::QueryByRegionWait,
  oglplus::ConditionalRenderMode::QueryByRegionNoWait,
  oglplus::ConditionalRenderMode::QueryWaitInverted,
  oglplus::ConditionalRenderMode::QueryNoWaitInverted,
  oglplus::ConditionalRenderMode::QueryByRegionWaitInverted,
  oglplus::ConditionalRenderMode::QueryByRegionNoWaitInverted
}
 Conditional render modes. More...
 

Detailed Description

Query object wrappers.

Author
Matus Chochlik

Copyright 2010-2014 Matus Chochlik. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)


Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).