Click or drag to resize

glGetBlendDstAlpha Method

Gets the current alpha destination blend function.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static glBlendFactor GetBlendDstAlpha()

Return Value

Type: glBlendFactor
The blend function.
Remarks
OpenGL API: glGetIntegerv(GL_BLEND_DST_ALPHA)
See Also