 | 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)
Syntaxpublic static glBlendFactor GetBlendDstAlpha()
Public Shared Function GetBlendDstAlpha As glBlendFactor
public:
static glBlendFactor GetBlendDstAlpha()
static member GetBlendDstAlpha : unit -> glBlendFactor
Return Value
Type:
glBlendFactorThe blend function.
RemarksOpenGL API: glGetIntegerv(GL_BLEND_DST_ALPHA)
See Also