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