pub trait GPUSamplerMethods {
    fn GetLabel(&self) -> Option<USVString>;
    fn SetLabel(&self, value: Option<USVString>);
}

Required Methods§

Implementors§