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

Required Methods§

Implementors§