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