Skip to main content

GPUShaderModuleMethods

Trait GPUShaderModuleMethods 

Source
pub trait GPUShaderModuleMethods<D: DomTypes> {
    // Required methods
    fn GetCompilationInfo(
        &self,
        cx: &JSContext,
    ) -> <D::Promise as PromiseHelpers<D>>::StackRoot;
    fn Label(&self) -> USVString;
    fn SetLabel(&self, cx: &NoGC, value: USVString);
}

Required Methods§

Source

fn GetCompilationInfo( &self, cx: &JSContext, ) -> <D::Promise as PromiseHelpers<D>>::StackRoot

Source

fn Label(&self) -> USVString

Source

fn SetLabel(&self, cx: &NoGC, value: USVString)

Implementors§