Cinder  0.9.1
Public Member Functions | List of all members
cinder::gl::ScopedPolygonMode Struct Reference

#include <scoped.h>

Inherits cinder::Noncopyable.

Public Member Functions

 ScopedPolygonMode (GLenum mode)
 
 ~ScopedPolygonMode ()
 

Detailed Description

Scopes polygon rasterization mode for GL_FRONT_AND_BACK.

Constructor & Destructor Documentation

cinder::gl::ScopedPolygonMode::ScopedPolygonMode ( GLenum  mode)

Values for mode may be GL_POINT, GL_LINE or GL_FILL.

cinder::gl::ScopedPolygonMode::~ScopedPolygonMode ( )

The documentation for this struct was generated from the following files: