moGL
travis-test-3
Modern OpenGL wrapper, thin C++14 header-only layer on top of the OpenGL 4.5+ core spec
|
#include <transformfeedback.hpp>
Public Member Functions | |
TransformFeedback () | |
~TransformFeedback () | |
TransformFeedback (const TransformFeedback &other) | |
TransformFeedback & | operator= (const TransformFeedback &other) |
TransformFeedback (TransformFeedback &&other) | |
void | bind (GLenum target=GL_TRANSFORM_FEEDBACK) |
bool | isHandleValid () const override final |
Static Public Member Functions | |
static void | begin (GLenum primitiveMode) |
static void | end () |
static void | pause () |
static void | resume () |
mogl::TransformFeedback::TransformFeedback | ( | ) | [inline] |
mogl::TransformFeedback::~TransformFeedback | ( | ) | [inline] |
mogl::TransformFeedback::TransformFeedback | ( | const TransformFeedback & | other | ) |
void mogl::TransformFeedback::begin | ( | GLenum | primitiveMode | ) | [inline, static] |
void mogl::TransformFeedback::bind | ( | GLenum | target = GL_TRANSFORM_FEEDBACK | ) | [inline] |
void mogl::TransformFeedback::end | ( | ) | [inline, static] |
bool mogl::TransformFeedback::isHandleValid | ( | ) | const [inline, override, virtual] |
Implements mogl::Handle< GLuint >.
TransformFeedback& mogl::TransformFeedback::operator= | ( | const TransformFeedback & | other | ) |
void mogl::TransformFeedback::pause | ( | ) | [inline, static] |
void mogl::TransformFeedback::resume | ( | ) | [inline, static] |