script::dom::bindings::codegen::Bindings::WebGPUBinding

Type Alias GPUShaderModuleDescriptor

Source
pub(crate) type GPUShaderModuleDescriptor = GPUShaderModuleDescriptor;

Aliased Type§

struct GPUShaderModuleDescriptor {
    pub(crate) parent: GPUObjectDescriptorBase,
    pub(crate) code: USVString,
    pub(crate) sourceMap: Option<RootedTraceableBox<Heap<*mut JSObject>>>,
}

Fields§

§parent: GPUObjectDescriptorBase§code: USVString§sourceMap: Option<RootedTraceableBox<Heap<*mut JSObject>>>

Implementations

Trait Implementations

Source§

impl ToJSValConvertible for GPUShaderModuleDescriptor

Source§

unsafe fn to_jsval(&self, cx: *mut JSContext, rval: MutableHandleValue<'_>)

Convert self to a JSVal. JSAPI failure causes a panic.
Source§

impl Traceable for GPUShaderModuleDescriptor

Source§

unsafe fn trace(&self, tracer: *mut JSTracer)

Trace self.