- cinder::Noncopyable
- cinder::gl::ScopedBlend
- cinder::gl::ScopedBlendAdditive
Enables blending state for the current scope and sets the blending function additive blending (
sfactor = GL_SRC_ALPHA, dfactor = GL_ONE
).
Show All |
Enables blending state for the current scope and sets the blending function additive blending (
sfactor = GL_SRC_ALPHA, dfactor = GL_ONE
).