[−][src]Struct glium::index::DrawCommandNoIndices
Represents an element in a list of draw commands.
Fields
count: c_uint
Number of vertices to draw.
instance_count: c_uint
Number of instances to draw. If it's 0
, nothing will be drawn.
first_index: c_uint
First vertex to draw in the vertices source.
base_instance: c_uint
Numero of the first instance to draw.
Trait Implementations
impl Clone for DrawCommandNoIndices
[src]
fn clone(&self) -> DrawCommandNoIndices
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for DrawCommandNoIndices
[src]
impl Debug for DrawCommandNoIndices
[src]
impl UniformBlock for DrawCommandNoIndices
[src]
fn matches(
layout: &BlockLayout,
base_offset: usize
) -> Result<(), LayoutMismatchError>
[src]
layout: &BlockLayout,
base_offset: usize
) -> Result<(), LayoutMismatchError>
fn build_layout(base_offset: usize) -> BlockLayout
[src]
Auto Trait Implementations
impl RefUnwindSafe for DrawCommandNoIndices
impl Send for DrawCommandNoIndices
impl Sync for DrawCommandNoIndices
impl Unpin for DrawCommandNoIndices
impl UnwindSafe for DrawCommandNoIndices
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Content for T where
T: Copy,
[src]
T: Copy,
type Owned = T
A type that holds a sized version of the content.
fn read<F, E>(usize, F) -> Result<T, E> where
F: FnOnce(&mut T) -> Result<(), E>,
[src]
F: FnOnce(&mut T) -> Result<(), E>,
fn get_elements_size() -> usize
[src]
fn to_void_ptr(&Self) -> *const ()
[src]
fn ref_from_ptr(*mut (), usize) -> Option<*mut T>
[src]
fn is_size_suitable(usize) -> bool
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,