Searched defs:CommandBufferImageRangeUsage (Results 1 – 1 of 1) sorted by relevance
552 pub(crate) struct CommandBufferImageRangeUsage { struct553 pub(crate) first_use: Option<ResourceUseRef>,554 pub(crate) mutable: bool,555 pub(crate) expected_layout: ImageLayout,556 pub(crate) final_layout: ImageLayout,