Trait ExternalTextureInterface

Source
pub trait ExternalTextureInterface: CommonTraits {
    // Required method
    fn destroy(&self);
}

Required Methods§

Source

fn destroy(&self)

Implementors§

Source§

impl ExternalTextureInterface for CoreExternalTexture

Available on wgpu_core only.