Skip to content

Commit

Permalink
Merge pull request BSVino#111 from BSVino/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
BSVino authored Nov 18, 2021
2 parents 5894f09 + f0611e3 commit 458a6b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gl4/glDebugMessageCallback.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
Each time a debug message is generated the debug callback function will be invoked
with <em class="parameter"><code>source</code></em>, <em class="parameter"><code>type</code></em>, <em class="parameter"><code>id</code></em>, and
<em class="parameter"><code>severity</code></em> associated with the message, and <em class="parameter"><code>length</code></em> set to
the length of debug message whose character string is in the array pointed to by <em class="parameter"><code>message</code></em>
the length of debug message whose character string is in the array pointed to by <em class="parameter"><code>message</code></em>.
<em class="parameter"><code>userParam</code></em> will be set to the value passed in the
<em class="parameter"><code>userParam</code></em> parameter to the most recent call to <code class="function">glDebugMessageCallback</code>.
</p>
Expand Down
2 changes: 1 addition & 1 deletion gl4/glVertexAttribDivisor.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<td style="text-align: center; border-right: 2px solid ; ">-</td>
<td style="text-align: center; border-right: 2px solid ; ">-</td>
<td style="text-align: center; border-right: 2px solid ; ">-</td>
<td style="text-align: center; border-right: 2px solid ; "></td>
<td style="text-align: center; border-right: 2px solid ; ">-</td>
<td style="text-align: center; border-right: 2px solid ; "></td>
<td style="text-align: center; border-right: 2px solid ; "></td>
<td style="text-align: center; border-right: 2px solid ; "></td>
Expand Down
2 changes: 1 addition & 1 deletion sl4/memoryBarrier.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<table style="border: 0; cellspacing: 0; cellpadding: 0;" class="funcprototype-table">
<tr>
<td>
<code class="funcdef">uint <strong class="fsfunc">memoryBarrier</strong>(</code>
<code class="funcdef">void <strong class="fsfunc">memoryBarrier</strong>(</code>
</td>
<td>void<code>)</code>;</td>
</tr>
Expand Down

0 comments on commit 458a6b9

Please sign in to comment.