java.lang.Object
overrungl.opengl.ext.GLINGRBlendFuncSeparate
GL_INGR_blend_func_separate
- Since:
- 0.1.0
- Author:
- squid233
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBlendFuncSeparateINGR
(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfacctorAlpha) static void
load
(GLExtCaps ext, GLLoadFunc load)
-
Constructor Details
-
GLINGRBlendFuncSeparate
public GLINGRBlendFuncSeparate()
-
-
Method Details
-
load
-
glBlendFuncSeparateINGR
public static void glBlendFuncSeparateINGR(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfacctorAlpha)
-