mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-26 08:45:59 +00:00
Implement is_layout_initialized for ImmutableImage (#1833)
This commit is contained in:
parent
b03c204aeb
commit
7442a6f6c3
@ -411,6 +411,11 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn is_layout_initialized(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn initial_layout_requirement(&self) -> ImageLayout {
|
||||
self.layout
|
||||
|
Loading…
Reference in New Issue
Block a user