support GL_ARB_texture_float

This commit is contained in:
Glenn Maynard
2007-02-24 12:33:16 +00:00
parent 0160e23705
commit d866e18ca3
5 changed files with 17 additions and 2 deletions
@@ -106,6 +106,7 @@ void GLExt_t::Load( LowLevelWindow *pWind )
m_bARB_texture_env_combine = HasExtension("GL_ARB_texture_env_combine");
m_bEXT_texture_env_combine = HasExtension("GL_EXT_texture_env_combine");
m_bGL_EXT_bgra = HasExtension("GL_EXT_bgra");
m_bGL_ARB_texture_float = HasExtension("GL_ARB_texture_float");
#if defined(WIN32)
if( HasExtension("WGL_EXT_swap_control") )