glBlendEquation
This commit is contained in:
@@ -121,6 +121,9 @@ void GLExt_t::Load( LowLevelWindow *pWind )
|
||||
if( HasExtension("GL_ARB_multitexture") )
|
||||
glActiveTextureARB = (PFNGLACTIVETEXTUREARBPROC) pWind->GetProcAddress("glActiveTextureARB");
|
||||
|
||||
if( HasExtension("GL_EXT_blend_subtract") )
|
||||
glBlendEquation = (PFNGLBLENDEQUATIONPROC) pWind->GetProcAddress("glBlendEquation");
|
||||
|
||||
/*
|
||||
* Find extension functions.
|
||||
*
|
||||
|
||||
@@ -59,6 +59,7 @@ struct GLExt_t
|
||||
|
||||
PWSWAPINTERVALEXTPROC wglSwapIntervalEXT;
|
||||
PFNGLCOLORTABLEPROC glColorTableEXT;
|
||||
PFNGLBLENDEQUATIONPROC glBlendEquation;
|
||||
PFNGLCOLORTABLEPARAMETERIVPROC glGetColorTableParameterivEXT;
|
||||
PFNGLACTIVETEXTUREARBPROC glActiveTextureARB;
|
||||
PFNGLGENBUFFERSARBPROC glGenBuffersARB;
|
||||
|
||||
Reference in New Issue
Block a user