[−][src]Struct vulkano::pipeline::vertex::SingleInstanceBufferDefinition
Same as SingleBufferDefinition
but advances by instance.
Methods
impl<T> SingleInstanceBufferDefinition<T>
[src]
pub fn new() -> SingleInstanceBufferDefinition<T>
[src]
Trait Implementations
impl<T, I> VertexDefinition<I> for SingleInstanceBufferDefinition<T> where
T: Vertex,
I: ShaderInterfaceDef,
[src]
T: Vertex,
I: ShaderInterfaceDef,
type BuffersIter = OptionIntoIter<(u32, usize, InputRate)>
Iterator that returns the offset, the stride (in bytes) and input rate of each buffer.
type AttribsIter = VecIntoIter<(u32, u32, AttributeInfo)>
Iterator that returns the attribute location, buffer id, and infos.
fn definition(
&self,
interface: &I
) -> Result<(Self::BuffersIter, Self::AttribsIter), IncompatibleVertexDefinitionError>
[src]
&self,
interface: &I
) -> Result<(Self::BuffersIter, Self::AttribsIter), IncompatibleVertexDefinitionError>
impl<V> VertexSource<Vec<Arc<dyn BufferAccess + 'static + Sync + Send>>> for SingleInstanceBufferDefinition<V> where
V: Vertex,
[src]
V: Vertex,
fn decode(
&self,
source: Vec<Arc<dyn BufferAccess + Send + Sync>>
) -> (Vec<Box<dyn BufferAccess + Send + Sync>>, usize, usize)
[src]
&self,
source: Vec<Arc<dyn BufferAccess + Send + Sync>>
) -> (Vec<Box<dyn BufferAccess + Send + Sync>>, usize, usize)
impl<'a, B, V> VertexSource<B> for SingleInstanceBufferDefinition<V> where
B: TypedBufferAccess<Content = [V]> + Send + Sync + 'static,
V: Vertex,
[src]
B: TypedBufferAccess<Content = [V]> + Send + Sync + 'static,
V: Vertex,
Auto Trait Implementations
impl<T> Send for SingleInstanceBufferDefinition<T> where
T: Send,
T: Send,
impl<T> Unpin for SingleInstanceBufferDefinition<T> where
T: Unpin,
T: Unpin,
impl<T> Sync for SingleInstanceBufferDefinition<T> where
T: Sync,
T: Sync,
impl<T> UnwindSafe for SingleInstanceBufferDefinition<T> where
T: UnwindSafe,
T: UnwindSafe,
impl<T> RefUnwindSafe for SingleInstanceBufferDefinition<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
impl<T> Content for T
[src]
fn ref_from_ptr(*mut c_void, usize) -> Option<*mut T>
[src]
fn is_size_suitable(usize) -> bool
[src]
fn indiv_size() -> usize
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for 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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,