OGLplus (0.52.0) a C++ wrapper for OpenGL

oglplus::ObjBindingOps< tag::TransformFeedback > Class Template Reference

TransformFeedback binding operations. More...

#include </home/chochlik/devel/oglplus/include/oglplus/transform_feedback.hpp>

Inheritance diagram for oglplus::ObjBindingOps< tag::TransformFeedback >:

Public Types

typedef TransformFeedbackTarget Target
 TransformFeedback bind targets.
 

Static Public Member Functions

static TransformFeedbackName Binding (Target target)
 Returns the current TransformFeedback bound to specified target. More...
 
static void Bind (Target target, TransformFeedbackName tfb)
 Binds the specified transform feedback to the specified target. More...
 

Detailed Description

template<>
class oglplus::ObjBindingOps< tag::TransformFeedback >

TransformFeedback binding operations.

Member Function Documentation

static void oglplus::ObjBindingOps< tag::TransformFeedback >::Bind ( Target  target,
TransformFeedbackName  tfb 
)
static

Binds the specified transform feedback to the specified target.

Related OpenGL symbols:
glBindTransformFeedback

References oglplus::GetGLName().

static TransformFeedbackName oglplus::ObjBindingOps< tag::TransformFeedback >::Binding ( Target  target)
static

Returns the current TransformFeedback bound to specified target.

Related OpenGL symbols:
glGetIntegerv

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

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).