Minor TODO comment added

This commit is contained in:
Pierre Krieger 2017-05-15 10:51:31 +02:00
parent 4471a2c01a
commit 2b67ced430

View File

@ -44,6 +44,7 @@ use sync::GpuFuture;
///
/// - Automatically generate pipeline barriers between command buffers if necessary to handle
/// the transition between command buffers.
/// TODO: ^ this is not the case yet
///
pub struct SubmitSyncBuilderLayer<I> {
inner: I,