We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Buffer::map_flags
1 parent bf9f752 commit 8e3607bCopy full SHA for 8e3607b
wgpu-hal/src/gles/mod.rs
@@ -345,6 +345,7 @@ pub struct Buffer {
345
raw: Option<glow::Buffer>,
346
target: BindTarget,
347
size: wgt::BufferAddress,
348
+ /// Flags to use within calls to [`Device::map_buffer`](crate::Device::map_buffer).
349
map_flags: u32,
350
data: Option<Arc<MaybeMutex<Vec<u8>>>>,
351
offset_of_current_mapping: Arc<MaybeMutex<wgt::BufferAddress>>,
0 commit comments