wgpu::dispatch

Trait TextureInterface

source
pub trait TextureInterface: CommonTraits {
    // Required methods
    fn create_view(
        &self,
        desc: &TextureViewDescriptor<'_>,
    ) -> DispatchTextureView;
    fn destroy(&self);
}

Required Methods§

Implementors§

source§

impl TextureInterface for CoreTexture

Available on wgpu_core only.