Skip to content

Commit

Permalink
Merge pull request BSVino#86 from pkonecki/patch-1
Browse files Browse the repository at this point in the history
Fix wrong equivalent function used glDispatchComputeIndirect page
  • Loading branch information
BSVino authored Jun 12, 2020
2 parents 6a68323 + df898f1 commit a1de0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gl4/glDispatchComputeIndirect.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
errors are generated, to:
</p>
<pre class="programlisting"> cmd = (const DispatchIndirectCommand *)indirect;
glDispatchComputeIndirect(cmd-&gt;num_groups_x, cmd-&gt;num_groups_y, cmd-&gt;num_groups_z);</pre>
glDispatchCompute(cmd-&gt;num_groups_x, cmd-&gt;num_groups_y, cmd-&gt;num_groups_z);</pre>
<p>
</p>
<p>
Expand Down

0 comments on commit a1de0f2

Please sign in to comment.