From 9bf067166449e1974dd69bbb3d2d3a7347a5cbc6 Mon Sep 17 00:00:00 2001 From: fyellin Date: Mon, 16 Sep 2024 05:03:35 -0700 Subject: [PATCH] Update docs/backends.rst per almarklein request. Co-authored-by: Almar Klein --- docs/backends.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backends.rst b/docs/backends.rst index 419068e8..2bb6b3f9 100644 --- a/docs/backends.rst +++ b/docs/backends.rst @@ -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