Skip to main content

GPUPipelineLayoutMethods

Trait GPUPipelineLayoutMethods 

Source
pub trait GPUPipelineLayoutMethods<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> GPUPipelineLayoutMethods<D> for GPUPipelineLayout<D>
where D: DomTypes,

Implementors§