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