Click or drag to resize

glGetBlendDstRgb Method

Gets the current RGB destination blend function.

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

Return Value

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