Trait glin::vao::VaoDraw [−][src]
VaoRange + a draw mode
This is the only type that can be drawn through a Context
Required methods
Loading content...Trait Implementations
impl<'a> VaoRange for &'a dyn VaoDraw[src]
impl<'a> VaoRange for &'a dyn VaoDraw[src]fn id(&self) -> GLuint[src]
fn start(&self) -> usize[src]
fn end(&self) -> usize[src]
fn count(&self) -> usize[src]
fn num_indices(&self) -> usize[src]
fn num_vertices(&self) -> usize[src]
fn has_indices(&self) -> bool[src]
fn base_vertex(&self) -> Option<i32>[src]
fn base_instance(&self) -> Option<u32>[src]
Implementors
Loading content...