27 lines
1.4 KiB
HTML
27 lines
1.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>extern SG_EXPORT void osg::setGLExtensionDisableString</TITLE>
|
|
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.6">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
|
|
<H2>extern SG_EXPORT void <A HREF="#DOC.DOCU">osg::setGLExtensionDisableString</A></H2><H2>(const std::string& disableString)</H2><BLOCKQUOTE>Set a list of extensions to disable for different OpenGL renders, this allows OSG applications to work around OpenGL drivers bugs which are due to problemenatic extension support.</BLOCKQUOTE>
|
|
|
|
<A NAME="DOC.DOCU"></A>
|
|
<HR>
|
|
<H2>Documentation</H2>
|
|
<BLOCKQUOTE>Set a list of extensions to disable for different OpenGL renders, this allows
|
|
OSG applications to work around OpenGL drivers bugs which are due to problemenatic extension support.
|
|
The format of the string is:
|
|
"GLRendererString : ExtensionName, ExtensionName; GLRenderString2 : ExtensionName;"
|
|
An example of is : "SUN_XVR1000:GL_EXT_texture_filter_anisotropic"
|
|
The default setting of GLExtensionDisableString is obtain from the OSG_GL_EXTENSION_DISABLE
|
|
environmental variable.</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://www.linuxsupportline.com/~doc++">DOC++</A>.
|
|
</BODY>
|
|
</HTML>
|