mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 23:05:43 +00:00
Fix image transition
This commit is contained in:
parent
c0740c887e
commit
91cc8180c3
@ -244,11 +244,10 @@ unsafe impl<I> SimpleDescriptorSetResourcesCollection for SimpleDescriptorSetImg
|
||||
{
|
||||
#[inline]
|
||||
fn add_transition<'a>(&'a self, sink: &mut CommandsListSink<'a>) {
|
||||
/*sink.add_image_transition(&self.image, self.first_layer, self.num_layers,
|
||||
// FIXME: adjust layers & mipmaps with the view's parameters
|
||||
sink.add_image_transition(&self.image.image(), self.first_layer, self.num_layers,
|
||||
self.first_mipmap, self.num_mipmaps, self.write,
|
||||
self.layout);*/
|
||||
// TODO:
|
||||
unimplemented!()
|
||||
self.layout);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user