script::dom::bindings::codegen::GenericBindings::WebGPUBinding

Trait GPUComputePipelineMethods

Source
pub trait GPUComputePipelineMethods<D>
where D: DomTypes,
{ // Required methods fn Label(&self) -> USVString; fn SetLabel(&self, value: USVString); fn GetBindGroupLayout( &self, index: u32, ) -> Result<Root<Dom<<D as DomTypes>::GPUBindGroupLayout>>, Error>; }

Required Methods§

Source

fn Label(&self) -> USVString

Source

fn SetLabel(&self, value: USVString)

Source

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

Implementors§