Skip to main content

GPUCommandBufferMethods

Trait GPUCommandBufferMethods 

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

Required Methods§

Source

fn Label(&self) -> USVString

Source

fn SetLabel(&self, cx: &NoGC, value: USVString)

Implementations on Foreign Types§

Source§

impl<D> GPUCommandBufferMethods<D> for GPUCommandBuffer<D>
where D: DomTypes,

Implementors§