- cinder::Noncopyable
- cinder::gl::ScopedBlend
- cinder::gl::ScopedBlendAlpha
Enables blending state for the current scope and sets the blending function for standard alpha blending (
sfactor = GL_SRC_ALPHA, dfactor = GL_ONE_MINUS_SRC_ALPHA
).
Show All |