rename upstream-man-pages to upstream-doc
[clinton/guile-figl.git] / upstream-doc / man3 / glWaitSync.xml
CommitLineData
7faf1d71
AW
1<?xml version="1.0" encoding="UTF-8"?>\r
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"\r
3 "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">\r
4<refentry id="glWaitSync">\r
5 <refmeta>\r
6 <refmetainfo>\r
7 <copyright>\r
8 <year>2010</year>\r
9 <holder>Khronos Group</holder>\r
10 </copyright>\r
11 </refmetainfo>\r
12 <refentrytitle>glWaitSync</refentrytitle>\r
13 <manvolnum>3G</manvolnum>\r
14 </refmeta>\r
15 <refnamediv>\r
16 <refname>glWaitSync</refname>\r
17 <refpurpose>instruct the GL server to block until the specified sync object becomes signaled</refpurpose>\r
18 </refnamediv>\r
19 <refsynopsisdiv><title>C Specification</title>\r
20 <funcsynopsis>\r
21 <funcprototype>\r
22 <funcdef>void <function>glWaitSync</function></funcdef>\r
23 <paramdef>GLsync <parameter>sync</parameter></paramdef>\r
24 <paramdef>GLbitfield <parameter>flags</parameter></paramdef>\r
25 <paramdef>GLuint64 <parameter>timeout</parameter></paramdef>\r
26 </funcprototype>\r
27 </funcsynopsis>\r
28 </refsynopsisdiv>\r
29 <refsect1 id="parameters"><title>Parameters</title>\r
30 <variablelist>\r
31 <varlistentry>\r
32 <term><parameter>sync</parameter></term>\r
33 <listitem>\r
34 <para>\r
35 Specifies the sync object whose status to wait on.\r
36 </para>\r
37 </listitem>\r
38 </varlistentry>\r
39 <varlistentry>\r
40 <term><parameter>flags</parameter></term>\r
41 <listitem>\r
42 <para>\r
43 A bitfield controlling the command flushing behavior. <parameter>flags</parameter> may be zero.\r
44 </para>\r
45 </listitem>\r
46 </varlistentry>\r
47 <varlistentry>\r
48 <term><parameter>timeout</parameter></term>\r
49 <listitem>\r
50 <para>\r
51 Specifies the timeout that the server should wait before continuing. <parameter>timeout</parameter> must be <constant>GL_TIMEOUT_IGNORED</constant>.\r
52 </para>\r
53 </listitem>\r
54 </varlistentry>\r
55 </variablelist>\r
56 </refsect1>\r
57 <refsect1 id="description"><title>Description</title>\r
58 <para>\r
59 <function>glWaitSync</function> causes the GL server to block and wait until <parameter>sync</parameter> becomes signaled. <parameter>sync</parameter>\r
60 is the name of an existing sync object upon which to wait. <parameter>flags</parameter> and <parameter>timeout</parameter> are currently not used and\r
61 must be set to zero and the special value <constant>GL_TIMEOUT_IGNORED</constant>, respectively<footnote><para><parameter>flags</parameter> and\r
62 <parameter>timeout</parameter> are placeholders for anticipated future extensions of sync object capabilities. They must have these reserved values in\r
63 order that existing code calling <function>glWaitSync</function> operate properly in the presence of such extensions.</para></footnote>. <function>glWaitSync</function> will always wait no longer than an implementation-dependent timeout. The\r
64 duration of this timeout in nanoseconds may be queried by calling <citerefentry><refentrytitle>glGet</refentrytitle></citerefentry> with the\r
65 parameter <constant>GL_MAX_SERVER_WAIT_TIMEOUT</constant>. There is currently no way to determine whether <function>glWaitSync</function> unblocked\r
66 because the timeout expired or because the sync object being waited on was signaled.\r
67 </para>\r
68 <para>\r
69 If an error occurs, <function>glWaitSync</function> does not cause the GL server to block.\r
70 </para>\r
71 </refsect1>\r
72 <refsect1 id="notes"><title>Notes</title>\r
73 <para>\r
74 <function>glWaitSync</function> is available only if the GL version is 3.2 or higher.\r
75 </para>\r
76 </refsect1>\r
77 <refsect1 id="errors"><title>Errors</title>\r
78 <para>\r
79 <constant>GL_INVALID_OPERATION</constant> is generated if <parameter>sync</parameter> is not the name of a sync object.\r
80 </para>\r
81 <para>\r
82 <constant>GL_INVALID_VALUE</constant> is generated if <parameter>flags</parameter> is not zero.\r
83 </para>\r
84 <para>\r
85 <constant>GL_INVALID_VALUE</constant> is generated if <parameter>timeout</parameter> is not <constant>GL_TIMEOUT_IGNORED</constant>.\r
86 </para>\r
87 </refsect1>\r
88 <refsect1 id="seealso"><title>See Also</title>\r
89 <para>\r
90 <citerefentry><refentrytitle>glFenceSync</refentrytitle></citerefentry>,\r
91 <citerefentry><refentrytitle>glClientWaitSync</refentrytitle></citerefentry>\r
92 </para>\r
93 </refsect1>\r
94 <refsect1 id="Copyright"><title>Copyright</title>\r
95 <para>\r
96 Copyright <trademark class="copyright"></trademark> 2010 Khronos Group. \r
97 This material may be distributed subject to the terms and conditions set forth in \r
98 the Open Publication License, v 1.0, 8 June 1999.\r
99 <ulink url="http://opencontent.org/openpub/">http://opencontent.org/openpub/</ulink>.\r
100 </para>\r
101 </refsect1>\r
102</refentry>\r