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

#include <scoped.h>

Inherits cinder::Noncopyable.

Public Member Functions

 ScopedScissor (const ivec2 &lowerLeftPosition, const ivec2 &dimension)
 
 ScopedScissor (int lowerLeftX, int lowerLeftY, int width, int height)
 
 ~ScopedScissor ()
 

Constructor & Destructor Documentation

cinder::gl::ScopedScissor::ScopedScissor ( const ivec2 &  lowerLeftPosition,
const ivec2 &  dimension 
)

Implicitly enables scissor test.

cinder::gl::ScopedScissor::ScopedScissor ( int  lowerLeftX,
int  lowerLeftY,
int  width,
int  height 
)

Implicitly enables scissor test.

cinder::gl::ScopedScissor::~ScopedScissor ( )

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