Struct gfx::SubmitInfo []

pub struct SubmitInfo<'a, D>(pub &'a D::CommandBuffer, pub &'a DataBuffer, pub &'a Manager<D::Resources>) where D: Device, D::CommandBuffer: 'a, D::Resources: 'a;

All the data needed simultaneously for submitting a command buffer for execution on a device.