Skip to main content

GPUComputePipelineMethods

Trait GPUComputePipelineMethods 

Source
pub trait GPUComputePipelineMethods<D: DomTypes> {
    // Required methods
    fn Label(&self) -> USVString;
    fn SetLabel(&self, value: USVString);
    fn GetBindGroupLayout(
        &self,
        cx: &mut JSContext,
        index: u32,
    ) -> Fallible<DomRoot<D::GPUBindGroupLayout>>;
}

Required Methods§

Source

fn Label(&self) -> USVString

Source

fn SetLabel(&self, value: USVString)

Source

fn GetBindGroupLayout( &self, cx: &mut JSContext, index: u32, ) -> Fallible<DomRoot<D::GPUBindGroupLayout>>

Implementors§