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

The list of vertex buffers.

Number of vertices available in the intersection of the buffers.

Number of instances available in the intersection of the buffers.