Skip to content

Commit

Permalink
Update docs/backends.rst per almarklein request.
Browse files Browse the repository at this point in the history
Co-authored-by: Almar Klein <[email protected]>
  • Loading branch information
fyellin and almarklein authored Sep 16, 2024
1 parent 8b3c693 commit 9bf0671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backends.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ There are two functions that allow you to perform multiple draw calls at once.
Both require that you enable the feature "multi-draw-indirect".

Typically, these calls do not reduce work or increase parallelism on the GPU. Rather
they reduce drive overhead on the CPU.
they reduce driver overhead on the CPU.

.. py:function:: wgpu.backends.wgpu_native.multi_draw_indirect(render_pass_encoder, buffer, *, offset=0, count):
This is equvalent to
Expand Down

0 comments on commit 9bf0671

Please sign in to comment.