Skip to main content

GPUBindGroupMethods

pub trait GPUBindGroupMethods<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> GPUBindGroupMethods<D> for GPUBindGroup<D>
where D: DomTypes,

Implementors§