Searched defs:SecondaryCommandBufferImageUsage (Results 1 – 1 of 1) sorted by relevance
628 pub(crate) struct SecondaryCommandBufferImageUsage { struct629 pub(crate) use_ref: ResourceUseRef,630 pub(crate) image: Arc<dyn ImageAccess>,631 pub(crate) subresource_range: ImageSubresourceRange,632 pub(crate) memory: PipelineMemoryAccess,633 pub(crate) start_layout: ImageLayout,634 pub(crate) end_layout: ImageLayout,