![]() |
Cinder
0.9.1
|
#include <scoped.h>
Inherits cinder::Noncopyable.
Public Member Functions | |
ScopedFrontFace (GLenum mode) | |
~ScopedFrontFace () | |
Scopes winding order defining front-facing polygons.
cinder::gl::ScopedFrontFace::ScopedFrontFace | ( | GLenum | mode | ) |
Values for mode may be GL_CW
or GL_CCW
.
cinder::gl::ScopedFrontFace::~ScopedFrontFace | ( | ) |