Home
last modified time | relevance | path

Searched defs:CommandBufferInheritanceRenderPassInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dmod.rs310 pub struct CommandBufferInheritanceRenderPassInfo { struct
323 impl CommandBufferInheritanceRenderPassInfo { argument
334 impl From<Subpass> for CommandBufferInheritanceRenderPassInfo { implementation