Browse Source

Blending is not only alpha blending.

pull/279/head
Vladimír Vondruš 14 years ago
parent
commit
5ea1f104e8
  1. 2
      src/Framebuffer.h

2
src/Framebuffer.h

@ -51,7 +51,7 @@ class MAGNUM_EXPORT Framebuffer {
* @see setFeature()
*/
enum class Feature: GLenum {
AlphaBlending = GL_BLEND, /**< Alpha blending */
Blending = GL_BLEND, /**< Blending */
#ifndef MAGNUM_TARGET_GLES
/**

Loading…
Cancel
Save