Skip to main content

GPUExternalTextureWrap

Function GPUExternalTextureWrap 

Source
pub unsafe fn GPUExternalTextureWrap<D>(
    cx: &mut JSContext,
    scope: &<D as DomTypes>::GlobalScope,
    given_proto: Option<Handle<'_, *mut JSObject>>,
    object: Box<<D as DomTypes>::GPUExternalTexture>,
) -> Root<Dom<<D as DomTypes>::GPUExternalTexture>>
where D: DomTypes,