Click or drag to resize

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)
Syntax
public static glBlendFactor GetBlendSrcRgb()

Return Value

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