Trait script::dom::bindings::codegen::Bindings::WebGPUBinding::GPURenderPipeline_Binding::GPURenderPipelineMethods
source · pub trait GPURenderPipelineMethods {
// Required methods
fn Label(&self) -> USVString;
fn SetLabel(&self, value: USVString);
fn GetBindGroupLayout(
&self,
index: u32,
) -> Result<Root<Dom<GPUBindGroupLayout>>, Error>;
}