pub trait GPUComputePipelineMethods {
    fn GetLabel(&self) -> Option<USVString>;
    fn SetLabel(&self, value: Option<USVString>);
    fn GetBindGroupLayout(
        &self,
        index: u32
    ) -> Result<Root<Dom<GPUBindGroupLayout>>, Error>; }

Required Methods§

source

fn GetLabel(&self) -> Option<USVString>

source

fn SetLabel(&self, value: Option<USVString>)

source

fn GetBindGroupLayout(
    &self,
    index: u32
) -> Result<Root<Dom<GPUBindGroupLayout>>, Error>

Implementors§