Trait script::dom::bindings::codegen::Bindings::WebGPUBinding::GPUShaderModule_Binding::GPUShaderModuleMethods
source · pub trait GPUShaderModuleMethods {
// Required methods
fn GetCompilationInfo(&self) -> Rc<Promise>;
fn Label(&self) -> USVString;
fn SetLabel(&self, value: USVString);
}