fix gcc warnings
This commit is contained in:
@@ -126,7 +126,7 @@ void GLExt_t::Load( LowLevelWindow *pWind )
|
|||||||
F( glEnableVertexAttribArrayARB ),
|
F( glEnableVertexAttribArrayARB ),
|
||||||
F( glDisableVertexAttribArrayARB ),
|
F( glDisableVertexAttribArrayARB ),
|
||||||
F( glVertexAttribPointerARB ),
|
F( glVertexAttribPointerARB ),
|
||||||
NULL
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
if( !LoadAllOrNothing(funcs, pWind) )
|
if( !LoadAllOrNothing(funcs, pWind) )
|
||||||
@@ -139,7 +139,7 @@ void GLExt_t::Load( LowLevelWindow *pWind )
|
|||||||
func_t funcs[] =
|
func_t funcs[] =
|
||||||
{
|
{
|
||||||
F( glBindAttribLocationARB ),
|
F( glBindAttribLocationARB ),
|
||||||
NULL
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
if( !LoadAllOrNothing(funcs, pWind) )
|
if( !LoadAllOrNothing(funcs, pWind) )
|
||||||
m_bGL_ARB_vertex_shader = false;
|
m_bGL_ARB_vertex_shader = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user