wgpu
27.0.0
External
Texture
Interface
Required Methods
destroy
Implementors
In wgpu::
dispatch
wgpu
::
dispatch
Trait
ExternalTextureInterface
Copy item path
Source
pub trait ExternalTextureInterface:
CommonTraits
{ // Required method fn
destroy
(&self); }
Required Methods
§
Source
fn
destroy
(&self)
Implementors
§
Source
§
impl
ExternalTextureInterface
for
CoreExternalTexture