Type Definition Sampler
Other items ingrafix_toolbox::uses::GL::tex
type Sampler = Object<SamplObj>;
impl Sampler
pub fn pooled(id: u32, args: &[(GLenum, GLenum)]) -> Rc<Sampler>
pub fn linear() -> Rc<Sampler>
pub fn Parameter(&mut self, name: GLenum, args: impl SamplerArg)