pub trait ExternalTextureInterface: CommonTraits {
// Required method
fn destroy(&self);
}Required Methods§
Implementors§
impl ExternalTextureInterface for CoreExternalTexture
Available on
wgpu_core only.pub trait ExternalTextureInterface: CommonTraits {
// Required method
fn destroy(&self);
}wgpu_core only.