Struct vulkano::command_buffer::validity::CheckVertexBuffer
[−]
[src]
pub struct CheckVertexBuffer {
pub vertex_buffers: Vec<Box<BufferAccess + Send + Sync>>,
pub vertex_count: u32,
pub instance_count: u32,
}Information returned if check_vertex_buffer succeeds.
Fields
vertex_buffers: Vec<Box<BufferAccess + Send + Sync>>
The list of vertex buffers.
vertex_count: u32
Number of vertices available in the intersection of the buffers.
instance_count: u32
Number of instances available in the intersection of the buffers.