mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2025-02-16 17:12:29 +00:00
Remove a FIXME
This commit is contained in:
parent
1b394ebce9
commit
154c4458c8
@ -110,8 +110,6 @@ impl<S> DescriptorSet<S> where S: DescriptorSetDesc {
|
||||
let ref mut self_resources_image_views = self.resources_image_views;
|
||||
let self_set = self.set;
|
||||
|
||||
// FIXME: store resources in the descriptor set so that they aren't destroyed
|
||||
|
||||
// TODO: allocate on stack instead (https://github.com/rust-lang/rfcs/issues/618)
|
||||
let buffer_descriptors = write.iter().filter_map(|write| {
|
||||
match write.content {
|
||||
|
Loading…
Reference in New Issue
Block a user