TransformFeedback object wrappers. More...
#include <oglplus/config/compiler.hpp>
#include <oglplus/glfunc.hpp>
#include <oglplus/object/wrapper.hpp>
#include <oglplus/error/object.hpp>
#include <oglplus/transform_feedback_target.hpp>
#include <oglplus/transform_feedback_mode.hpp>
#include <oglplus/transform_feedback_type.hpp>
#include <cassert>
#include <oglplus/transform_feedback.ipp>
Go to the source code of this file.
Classes | |
class | oglplus::ObjGenDelOps< tag::TransformFeedback > |
Class wrapping transform feedback construction/destruction functions. More... | |
class | oglplus::ObjBindingOps< tag::TransformFeedback > |
TransformFeedback binding operations. More... | |
class | oglplus::ObjCommonOps< tag::TransformFeedback > |
Common transform feedback operations. More... | |
class | oglplus::ObjCommonOps< tag::TransformFeedback >::Activator |
Class lifetime of which controls the (de)activation of TFB. More... | |
class | oglplus::ObjCommonOps< tag::TransformFeedback >::Pauser |
Class lifetime of which controls the pausing/resuming of TFB. More... | |
class | oglplus::ObjectOps< OpsTag, tag::TransformFeedback > |
Class wrapping transform feedback functions. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Typedefs | |
typedef ObjectZero< ObjZeroOps < tag::ImplicitSel, tag::TransformFeedback > > | oglplus::DefaultTransformFeedback |
Wrapper for default feedback operations. More... | |
typedef ObjectOps < tag::ImplicitSel, tag::TransformFeedback > | oglplus::TransformFeedbackOps |
TransformFeedback operations with explicit selector. | |
typedef Object < TransformFeedbackOps > | oglplus::TransformFeedback |
An oglplus_object encapsulating the OpenGL transform feedback functionality. | |
TransformFeedback object wrappers.
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)