Trait rin::gl::vao::InputRange[][src]

pub trait InputRange {
    pub fn to_range<R>(self, vao: R) -> Range<usize>
    where
        R: VaoRange
; }

Used to convert partial ranges and a vao into a closed range

Required methods

pub fn to_range<R>(self, vao: R) -> Range<usize> where
    R: VaoRange
[src]

Loading content...

Implementations on Foreign Types

impl InputRange for RangeTo<usize>[src]

impl InputRange for RangeFrom<usize>[src]

impl InputRange for RangeFull[src]

impl InputRange for Range<usize>[src]

Loading content...

Implementors

Loading content...