Small TODO

This commit is contained in:
Pierre Krieger 2017-02-27 11:00:27 +01:00
parent 2c3ff5ef12
commit 606f37bfa7

View File

@ -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