Blend Function used for textures. More...
Public Attributes | |
GLenum | src |
source blend factor | |
var | src |
source blend factor | |
local | src |
source blend factor | |
GLenum | dst |
destination blend factor | |
Static Public Attributes | |
static const BlendFunc | DISABLE |
Blending disabled. More... | |
var | DISABLE |
Blending disabled. More... | |
local | DISABLE |
Blending disabled. More... | |
static const BlendFunc | ALPHA_PREMULTIPLIED |
Blending enabled for textures with Alpha premultiplied. More... | |
var | ALPHA_PREMULTIPLIED |
Blending enabled for textures with Alpha premultiplied. More... | |
local | ALPHA_PREMULTIPLIED |
Blending enabled for textures with Alpha premultiplied. More... | |
static const BlendFunc | ALPHA_NON_PREMULTIPLIED |
Blending enabled for textures with Alpha NON premultiplied. More... | |
var | ALPHA_NON_PREMULTIPLIED |
Blending enabled for textures with Alpha NON premultiplied. More... | |
local | ALPHA_NON_PREMULTIPLIED |
Blending enabled for textures with Alpha NON premultiplied. More... | |
static const BlendFunc | ADDITIVE |
Enables Additive blending. More... | |
var | ADDITIVE |
Enables Additive blending. More... | |
local | ADDITIVE |
Enables Additive blending. More... | |
Blend Function used for textures.
|
static |
Blending disabled.
Uses {GL_ONE, GL_ZERO}
|
static |
Blending disabled.
Uses {GL_ONE, GL_ZERO}
|
static |
Blending disabled.
Uses {GL_ONE, GL_ZERO}
|
static |
Blending enabled for textures with Alpha premultiplied.
Uses {GL_ONE, GL_ONE_MINUS_SRC_ALPHA}
|
static |
Blending enabled for textures with Alpha premultiplied.
Uses {GL_ONE, GL_ONE_MINUS_SRC_ALPHA}
|
static |
Blending enabled for textures with Alpha premultiplied.
Uses {GL_ONE, GL_ONE_MINUS_SRC_ALPHA}
|
static |
Blending enabled for textures with Alpha NON premultiplied.
Uses {GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA}
|
static |
Blending enabled for textures with Alpha NON premultiplied.
Uses {GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA}
|
static |
Blending enabled for textures with Alpha NON premultiplied.
Uses {GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA}
|
static |
Enables Additive blending.
Uses {GL_SRC_ALPHA, GL_ONE}
|
static |
Enables Additive blending.
Uses {GL_SRC_ALPHA, GL_ONE}
|
static |
Enables Additive blending.
Uses {GL_SRC_ALPHA, GL_ONE}