pub trait GPUSwapChainMethods {
    fn GetCurrentTexture(&self) -> Root<Dom<GPUTexture>>;
    fn GetLabel(&self) -> Option<USVString>;
    fn SetLabel(&self, value: Option<USVString>);
}

Required Methods§

Implementors§