Fix typo in documentation of QueueWriteBufferView (#4590)

This commit is contained in:
Adrian Wu
2023-10-27 12:34:37 -04:00
committed by GitHub
parent 8998b9de87
commit b6fa2c536c

View File

@@ -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