rename upstream-man-pages to upstream-doc
[clinton/guile-figl.git] / upstream-doc / man4 / glIsTransformFeedback.xml
CommitLineData
7faf1d71
AW
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"
3 "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
4<refentry id="glIsTransformFeedback">
5 <refmeta>
6 <refmetainfo>
7 <copyright>
8 <year>2010</year>
9 <holder>Khronos Group</holder>
10 </copyright>
11 </refmetainfo>
12 <refentrytitle>glIsTransformFeedback</refentrytitle>
13 <manvolnum>3G</manvolnum>
14 </refmeta>
15 <refnamediv>
16 <refname>glIsTransformFeedback</refname>
17 <refpurpose>determine if a name corresponds to a transform feedback object</refpurpose>
18 </refnamediv>
19 <refsynopsisdiv><title>C Specification</title>
20 <funcsynopsis>
21 <funcprototype>
22 <funcdef>GLboolean <function>glIsTransformFeedback</function></funcdef>
23 <paramdef>GLuint <parameter>id</parameter></paramdef>
24 </funcprototype>
25 </funcsynopsis>
26 </refsynopsisdiv>
27 <refsect1 id="parameters"><title>Parameters</title>
28 <variablelist>
29 <varlistentry>
30 <term><parameter>id</parameter></term>
31 <listitem>
32 <para>
33 Specifies a value that may be the name of a transform feedback object.
34 </para>
35 </listitem>
36 </varlistentry>
37 </variablelist>
38 </refsect1>
39 <refsect1 id="description"><title>Description</title>
40 <para>
41 <function>glIsTransformFeedback</function> returns <constant>GL_TRUE</constant> if <parameter>id</parameter> is currently the name of a transform feedback
42 object. If <parameter>id</parameter> is zero, or if <constant>id</constant> is not the name of a transform feedback object, or if an error
43 occurs, <function>glIsTransformFeedback</function> returns <constant>GL_FALSE</constant>. If <parameter>id</parameter> is a name returned by
44 <citerefentry><refentrytitle>glGenTransformFeedbacks</refentrytitle></citerefentry>, but that has not yet been bound through a call to
45 <citerefentry><refentrytitle>glBindTransformFeedback</refentrytitle></citerefentry>, then the name is not a transform feedback object and <function>glIsTransformFeedback</function>
46 returns <constant>GL_FALSE</constant>.
47 </para>
48 </refsect1>
49 <refsect1 id="seealso"><title>See Also</title>
50 <para>
51 <citerefentry><refentrytitle>glGenTransformFeedbacks</refentrytitle></citerefentry>,
52 <citerefentry><refentrytitle>glBindTransformFeedback</refentrytitle></citerefentry>,
53 <citerefentry><refentrytitle>glDeleteTransformFeedbacks</refentrytitle></citerefentry>
54 </para>
55 </refsect1>
56 <refsect1 id="Copyright"><title>Copyright</title>
57 <para>
58 Copyright <trademark class="copyright"></trademark> 2010 Khronos Group.
59 This material may be distributed subject to the terms and conditions set forth in
60 the Open Publication License, v 1.0, 8 June 1999.
61 <ulink url="http://opencontent.org/openpub/">http://opencontent.org/openpub/</ulink>.
62 </para>
63 </refsect1>
64</refentry>