OpenSceneGraph/doc/doc++/osg/getGLExtensionFuncPtr.2.html
2003-04-17 16:22:51 +00:00

24 lines
1.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>inline void* osg::getGLExtensionFuncPtr</TITLE>
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H2>inline void* <A HREF="#DOC.DOCU">osg::getGLExtensionFuncPtr</A></H2><H2>(const char* funcName,<BR>&nbsp; const char* fallbackFuncName)</H2><BLOCKQUOTE>return the address of the specified OpenGL function, if not found then check a second function name, if this fails then return NULL as function is not supported by OpenGL library.</BLOCKQUOTE>
<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>return the address of the specified OpenGL function, if not found then
check a second function name, if this fails then return NULL as function is
not supported by OpenGL library. This is usual for checking something
like glActiveTexture (which is in OGL1.3) or glActiveTextureARB.</BLOCKQUOTE>
<DL><DT><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I> <I><A HREF="HIER.html">HTML hierarchy of classes</A> or <A HREF="HIERjava.html">Java</A></I></P><HR>
<BR>
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
</BODY>
</HTML>