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