From b6fa2c536c75c9da7aecbc5491d346fbc29a336e Mon Sep 17 00:00:00 2001 From: Adrian Wu <37712025+dthusian@users.noreply.github.com> Date: Fri, 27 Oct 2023 12:34:37 -0400 Subject: [PATCH] Fix typo in documentation of QueueWriteBufferView (#4590) --- wgpu/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs index 6a2570f17a..2c4150d314 100644 --- a/wgpu/src/lib.rs +++ b/wgpu/src/lib.rs @@ -4649,7 +4649,7 @@ impl<'a> RenderBundleEncoder<'a> { } } -/// A read-only view into a staging buffer. +/// A write-only view into a staging buffer. /// /// Reading into this buffer won't yield the contents of the buffer from the /// GPU and is likely to be slow. Because of this, although [`AsMut`] is