glGetAttribLocationARB

This commit is contained in:
Glenn Maynard
2007-02-18 10:33:04 +00:00
parent cef0c5ea30
commit 2da126ba59
2 changed files with 2 additions and 0 deletions
@@ -214,6 +214,7 @@ void GLExt_t::Load( LowLevelWindow *pWind )
func_t funcs[] = func_t funcs[] =
{ {
F( glBindAttribLocationARB ), F( glBindAttribLocationARB ),
F( glGetAttribLocationARB ),
{ NULL, NULL } { NULL, NULL }
}; };
if( !LoadAllOrNothing(funcs, pWind) ) if( !LoadAllOrNothing(funcs, pWind) )
+1
View File
@@ -123,6 +123,7 @@ struct GLExt_t
bool m_bGL_ARB_vertex_shader; bool m_bGL_ARB_vertex_shader;
bool m_bGL_ARB_fragment_shader; bool m_bGL_ARB_fragment_shader;
PFNGLBINDATTRIBLOCATIONARBPROC glBindAttribLocationARB; PFNGLBINDATTRIBLOCATIONARBPROC glBindAttribLocationARB;
PFNGLGETATTRIBLOCATIONARBPROC glGetAttribLocationARB;
bool m_bGL_ARB_shading_language_100; bool m_bGL_ARB_shading_language_100;
int m_iShadingLanguageVersion; /* * 100 */ int m_iShadingLanguageVersion; /* * 100 */