[][src]Struct vulkano::pipeline::vertex::BufferlessVertices

pub struct BufferlessVertices {
    pub vertices: usize,
    pub instances: usize,
}

Value to be passed as the vertex source for bufferless draw commands.

Note that the concrete type of the graphics pipeline using BufferlessDefinition must be visible to the command buffer builder for this to be usable.

Fields

vertices: usizeinstances: usize

Trait Implementations

impl VertexSource<BufferlessVertices> for BufferlessDefinition[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Content for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]