pub trait GPUShaderModuleMethods {
    // Required methods
    fn GetCompilationInfo(&self) -> Rc<Promise>;
    fn Label(&self) -> USVString;
    fn SetLabel(&self, value: USVString);
}

Required Methods§

Implementors§