Trait wgpu_util::DeviceExt[][src]

pub trait DeviceExt {
    fn create_buffer_init(&self, desc: &BufferInitDescriptor<'_>) -> Buffer;
}
Expand description

Extension trait for wgpu::Device.

Required methods

Implementations on Foreign Types

Implementors