Skip to content

Commit

Permalink
Fix prematurely closed parameter list
Browse files Browse the repository at this point in the history
  • Loading branch information
reima committed Oct 4, 2015
1 parent e5096d5 commit c39353f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gl3/glClientWaitSync.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
The sync object whose status to wait on.
</p></dd><dt><span class="term"><em class="parameter"><code>flags</code></em></span></dt><dd><p>
A bitfield controlling the command flushing behavior. <em class="parameter"><code>flags</code></em> may be <code class="constant">GL_SYNC_FLUSH_COMMANDS_BIT</code>.
</p></dd></dl></div><dt><span class="term"><em class="parameter"><code>timeout</code></em></span></dt><dd><p>
</p></dd><dt><span class="term"><em class="parameter"><code>timeout</code></em></span></dt><dd><p>
The timeout, specified in nanoseconds, for which the implementation should wait for <em class="parameter"><code>sync</code></em> to become signaled.
</p></dd></div><div class="refsect1"><a id="description"></a><h2>Description</h2><p>
</p></dd></dl></div></div><div class="refsect1"><a id="description"></a><h2>Description</h2><p>
<code class="function">glClientWaitSync</code> causes the client to block and wait for the sync object specified by <em class="parameter"><code>sync</code></em> to become signaled. If
<em class="parameter"><code>sync</code></em> is signaled when <code class="function">glClientWaitSync</code> is called, <code class="function">glClientWaitSync</code> returns immediately, otherwise
it will block and wait for up to <em class="parameter"><code>timeout</code></em> nanoseconds for <em class="parameter"><code>sync</code></em> to become signaled.
Expand Down

0 comments on commit c39353f

Please sign in to comment.