script::dom::bindings::codegen::GenericBindings::WebGPUBinding::GPUShaderModule_Binding

Trait GPUShaderModuleMethods

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

Required Methods§

Source

fn GetCompilationInfo(&self) -> Rc<D::Promise>

Source

fn Label(&self) -> USVString

Source

fn SetLabel(&self, value: USVString)

Implementors§