Struct vulkano::command_buffer::validity::CheckIndexBuffer [] [src]

pub struct CheckIndexBuffer {
    pub num_indices: usize,
}

Information returned if check_index_buffer succeeds.

Fields

Number of indices in the index buffer.