 | glGetBlendSrcAlpha Method |
Gets the current alpha source blend function.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static glBlendFactor GetBlendSrcAlpha()
Public Shared Function GetBlendSrcAlpha As glBlendFactor
public:
static glBlendFactor GetBlendSrcAlpha()
static member GetBlendSrcAlpha : unit -> glBlendFactor
Return Value
Type:
glBlendFactorThe blend function.
RemarksOpenGL API: glGetIntegerv(GL_BLEND_SRC_ALPHA)
See Also