mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2025-02-16 17:12:29 +00:00
Remove old function
This commit is contained in:
parent
f341552825
commit
c93f6574e7
@ -28,9 +28,6 @@ pub unsafe trait Layout {
|
||||
/// Turns the `DescriptorSetLayouts` associated type into something vulkano can understand.
|
||||
fn decode_descriptor_set_layouts(&self, Self::DescriptorSetLayouts)
|
||||
-> Vec<Arc<AbstractDescriptorSetLayout>>; // TODO: vec is slow
|
||||
|
||||
// FIXME: implement this correctly
|
||||
fn is_compatible_with<P>(&self, _: &P) -> bool where P: Layout { true }
|
||||
}
|
||||
|
||||
/// Extension for `Layout`.
|
||||
|
Loading…
Reference in New Issue
Block a user