2014-03-28 19:06:55 +00:00
<!DOCTYPE refentry [ <!ENTITY % mathent SYSTEM "math.ent"> %mathent; ]>
<!-- Converted by db4 - upgrade version 1.1 -->
<refentry xmlns= "http://docbook.org/ns/docbook" version= "5.0" xml:id= "glActiveTexture" >
<info >
2013-11-03 11:43:50 +00:00
<copyright >
<year > 1991-2006</year>
<holder > Silicon Graphics, Inc.</holder>
</copyright>
2013-12-15 21:32:32 +00:00
<copyright >
2014-03-28 19:06:55 +00:00
<year > 2010-2014</year>
2013-12-15 21:32:32 +00:00
<holder > Khronos Group</holder>
</copyright>
2014-03-28 19:06:55 +00:00
</info>
2009-03-08 00:46:58 +00:00
<refmeta >
<refentrytitle > glActiveTexture</refentrytitle>
<manvolnum > 3G</manvolnum>
</refmeta>
<refnamediv >
<refname > glActiveTexture</refname>
<refpurpose > select active texture unit</refpurpose>
</refnamediv>
2014-03-28 19:06:55 +00:00
<refsynopsisdiv >
<title > C Specification</title>
2009-03-08 00:46:58 +00:00
<funcsynopsis >
<funcprototype >
<funcdef > void <function > glActiveTexture</function> </funcdef>
<paramdef > GLenum <parameter > texture</parameter> </paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
2014-03-28 19:06:55 +00:00
<refsect1 xml:id= "parameters" > <title > Parameters</title>
2009-03-08 00:46:58 +00:00
<variablelist >
<varlistentry >
<term > <parameter > texture</parameter> </term>
<listitem >
<para >
Specifies which texture unit to make active. The number
2014-03-28 19:06:55 +00:00
of texture units is implementation-dependent, but must be at least
32. <parameter > texture</parameter> must be one of
2013-11-03 11:43:50 +00:00
<constant > GL_TEXTURE</constant> <emphasis > i</emphasis> ,
2014-03-28 19:06:55 +00:00
where <emphasis > i</emphasis> ranges from zero to the
value of
2013-12-15 21:32:32 +00:00
<constant > GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS</constant>
minus one. The initial value is
<constant > GL_TEXTURE0</constant> .
2009-03-08 00:46:58 +00:00
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
2014-03-28 19:06:55 +00:00
<refsect1 xml:id= "description" > <title > Description</title>
2009-03-08 00:46:58 +00:00
<para >
<function > glActiveTexture</function> selects which texture unit subsequent texture state calls will
affect. The number of texture units an implementation supports is
2014-03-28 19:06:55 +00:00
implementation-dependent, but must be at least 32.
2009-03-08 00:46:58 +00:00
</para>
</refsect1>
2014-03-28 19:06:55 +00:00
<refsect1 xml:id= "errors" > <title > Errors</title>
2009-03-08 00:46:58 +00:00
<para >
2014-03-28 19:06:55 +00:00
<constant > GL_INVALID_ENUM</constant> is generated if <parameter > texture</parameter> is not one of
2013-12-15 21:32:32 +00:00
<constant > GL_TEXTURE</constant> <emphasis > i</emphasis> , where
<emphasis > i</emphasis> ranges from zero to the value of
<constant > GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS</constant> minus
one.
2009-03-08 00:46:58 +00:00
</para>
</refsect1>
2014-03-28 19:06:55 +00:00
<refsect1 xml:id= "associatedgets" > <title > Associated Gets</title>
2009-03-08 00:46:58 +00:00
<para >
2010-11-21 14:34:29 +00:00
<citerefentry > <refentrytitle > glGet</refentrytitle> </citerefentry> with argument <constant > GL_ACTIVE_TEXTURE</constant> , or <constant > GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS</constant> .
2009-03-08 00:46:58 +00:00
</para>
</refsect1>
2014-03-28 19:06:55 +00:00
<refsect1 xml:id= "versions" >
<title > API Version Support</title>
<informaltable >
<tgroup cols= "4" align= "left" >
<xi:include xmlns:xi= "http://www.w3.org/2001/XInclude" href= "apifunchead.xml" xpointer= "xpointer(/*/*)" />
<tbody >
<row >
<entry > glActiveTexture</entry>
<xi:include xmlns:xi= "http://www.w3.org/2001/XInclude" href= "apiversion.xml" xpointer= "xpointer(/*/*[@role='es20']/*)" />
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 xml:id= "seealso" > <title > See Also</title>
2009-03-08 00:46:58 +00:00
<para >
2010-11-21 14:34:29 +00:00
<citerefentry > <refentrytitle > glGenTextures</refentrytitle> </citerefentry> ,
<citerefentry > <refentrytitle > glBindTexture</refentrytitle> </citerefentry> ,
<citerefentry > <refentrytitle > glCompressedTexImage2D</refentrytitle> </citerefentry> ,
<citerefentry > <refentrytitle > glCompressedTexImage3D</refentrytitle> </citerefentry> ,
<citerefentry > <refentrytitle > glCompressedTexSubImage2D</refentrytitle> </citerefentry> ,
<citerefentry > <refentrytitle > glCompressedTexSubImage3D</refentrytitle> </citerefentry> ,
<citerefentry > <refentrytitle > glCopyTexImage2D</refentrytitle> </citerefentry> ,
<citerefentry > <refentrytitle > glCopyTexSubImage2D</refentrytitle> </citerefentry> ,
<citerefentry > <refentrytitle > glCopyTexSubImage3D</refentrytitle> </citerefentry> ,
<citerefentry > <refentrytitle > glDeleteTextures</refentrytitle> </citerefentry>
<citerefentry > <refentrytitle > glIsTexture</refentrytitle> </citerefentry> ,
<citerefentry > <refentrytitle > glTexImage2D</refentrytitle> </citerefentry> ,
<citerefentry > <refentrytitle > glTexImage3D</refentrytitle> </citerefentry> ,
<citerefentry > <refentrytitle > glTexSubImage2D</refentrytitle> </citerefentry> ,
<citerefentry > <refentrytitle > glTexSubImage3D</refentrytitle> </citerefentry> ,
<citerefentry > <refentrytitle > glTexParameter</refentrytitle> </citerefentry> ,
2009-03-08 00:46:58 +00:00
</para>
</refsect1>
2014-03-28 19:06:55 +00:00
<refsect1 xml:id= "Copyright" > <title > Copyright</title>
2009-03-08 00:46:58 +00:00
<para >
2014-03-28 19:06:55 +00:00
Copyright <trademark class= "copyright" /> 1991-2006 Silicon Graphics, Inc.
Copyright <trademark class= "copyright" /> 2010-2014 Khronos Group.
2013-12-15 21:32:32 +00:00
This document is licensed under the SGI Free Software B License.
For details, see
2014-03-28 19:06:55 +00:00
<link xmlns:xlink= "http://www.w3.org/1999/xlink" xlink:href= "http://oss.sgi.com/projects/FreeB/" > http://oss.sgi.com/projects/FreeB/</link> .
2009-03-08 00:46:58 +00:00
</para>
</refsect1>
</refentry>