mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Fix typo in documentation of QueueWriteBufferView (#4590)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user