mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-26 08:45:59 +00:00
Small TODO
This commit is contained in:
parent
2c3ff5ef12
commit
606f37bfa7
@ -165,6 +165,8 @@ impl<'a> SubmitCommandBufferBuilder<'a> {
|
||||
///
|
||||
/// - The fence, command buffers, and semaphores must all belong to the same device.
|
||||
///
|
||||
/// TODO: more here
|
||||
///
|
||||
#[inline]
|
||||
pub unsafe fn add_command_buffer<P>(&mut self, command_buffer: &'a UnsafeCommandBuffer<P>)
|
||||
where P: CommandPool
|
||||
|
Loading…
Reference in New Issue
Block a user