Skip to main content

GPUExternalTextureMethods

Trait GPUExternalTextureMethods 

Source
pub trait GPUExternalTextureMethods<D>
where D: DomTypes,
{ // Required methods fn Label(&self) -> USVString; fn SetLabel(&self, value: USVString); }

Required Methods§

Source

fn Label(&self) -> USVString

Source

fn SetLabel(&self, value: USVString)

Implementations on Foreign Types§

Source§

impl<D> GPUExternalTextureMethods<D> for GPUExternalTexture<D>
where D: Equivalence,

Implementors§