Skip to content

Commit

Permalink
Update glClearColor.xhtml
Browse files Browse the repository at this point in the history
Spaces are missing in the section marked C Specification where colours (GLclampfred ) is missing. Currently the colours are as (GLclampfred). My proposal is to change the table settings. I hope this helps and works?
  • Loading branch information
eugenedakin authored Aug 28, 2022
1 parent 67d3053 commit eff7efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gl3/glClearColor.xhtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="refentry" lang="en" xml:lang="en"><a id="glClearColor"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>glClearColor — specify clear values for the color buffers</p></div><div class="refsynopsisdiv"><h2>C Specification</h2><div class="funcsynopsis"><table><tr><td><code class="funcdef">void <b class="fsfunc">glClearColor</b>(</code></td><td>GLclampf  </td><td><var class="pdparam">red</var>, </td></tr><tr><td> </td><td>GLclampf  </td><td><var class="pdparam">green</var>, </td></tr><tr><td> </td><td>GLclampf  </td><td><var class="pdparam">blue</var>, </td></tr><tr><td> </td><td>GLclampf  </td><td><var class="pdparam">alpha</var><code>)</code>;</td></tr></table></div></div><div class="refsect1" lang="en" xml:lang="en"><a id="parameters"></a><h2>Parameters</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>red</code></em>, </span><span class="term"><em class="parameter"><code>green</code></em>, </span><span class="term"><em class="parameter"><code>blue</code></em>, </span><span class="term"><em class="parameter"><code>alpha</code></em></span></dt><dd><p>
<div class="refentry" lang="en" xml:lang="en"><a id="glClearColor"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>glClearColor — specify clear values for the color buffers</p></div><div class="refsynopsisdiv"><h2>C Specification</h2><div class="funcsynopsis"><table style="border: 0; cellspacing: 0; cellpadding: 0;" class="funcprototype-table"><tr><td><code class="funcdef">void <b class="fsfunc">glClearColor</b>(</code></td><td>GLclampf  </td><td><var class="pdparam">red</var>, </td></tr><tr><td> </td><td>GLclampf  </td><td><var class="pdparam">green</var>, </td></tr><tr><td> </td><td>GLclampf  </td><td><var class="pdparam">blue</var>, </td></tr><tr><td> </td><td>GLclampf  </td><td><var class="pdparam">alpha</var><code>)</code>;</td></tr></table></div></div><div class="refsect1" lang="en" xml:lang="en"><a id="parameters"></a><h2>Parameters</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>red</code></em>, </span><span class="term"><em class="parameter"><code>green</code></em>, </span><span class="term"><em class="parameter"><code>blue</code></em>, </span><span class="term"><em class="parameter"><code>alpha</code></em></span></dt><dd><p>
Specify the red, green, blue, and alpha values used when the
color buffers are cleared.
The initial values are all 0.
Expand Down

0 comments on commit eff7efc

Please sign in to comment.