pub trait QueueWriteBufferInterface: CommonTraits {
// Required methods
fn slice(&self) -> &[u8] ⓘ;
fn slice_mut(&mut self) -> &mut [u8] ⓘ;
}
Available on
custom
only.Required Methods§
Implementors§
impl QueueWriteBufferInterface for CoreQueueWriteBuffer
Available on
wgpu_core
only.