Wrapper for basic transform feedback operations. More...
#include </home/chochlik/devel/oglplus/include/oglplus/transform_feedback.hpp>
Classes | |
class | Activator |
Class lifetime of which controls the (de)activation of TFB. More... | |
class | Pauser |
Class lifetime of which controls the pausing/resuming of TFB. More... | |
Static Public Member Functions | |
static void | Begin (TransformFeedbackPrimitiveType mode) |
Begin the transform feedback mode. More... | |
static void | BeginPoints (void) |
Begin the transform feedback mode with POINTS. | |
static void | BeginLines (void) |
Begin the transform feedback mode with LINES. | |
static void | BeginTriangles (void) |
Begin the transform feedback mode with TRIANGLES. | |
static void | End (void) |
End the transform feedback mode. More... | |
static void | Pause (void) |
Pause the transform feedback mode. More... | |
static void | Resume (void) |
Resume the transform feedback mode. More... | |
Wrapper for basic transform feedback operations.
|
static |
Begin the transform feedback mode.
Consider using an instance of Activator class for more robustness.
Error |
References OGLPLUS_VERIFY.
Referenced by BeginLines(), BeginPoints(), and BeginTriangles().
|
static |
End the transform feedback mode.
Consider using an instance of Activator class for more robustness.
Error |
References OGLPLUS_VERIFY.
|
static |
Pause the transform feedback mode.
Consider using an instance of Pauser class for more robustness.
Error |
References OGLPLUS_VERIFY.
|
static |
Resume the transform feedback mode.
Consider using an instance of Pauser class for more robustness.
Error |
References OGLPLUS_VERIFY.