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