Home
last modified time | relevance | path

Searched refs:from_inheritance (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs565 builder_state.render_pass = Some(RenderPassState::from_inheritance(render_pass)); in begin_unchecked()
859 fn from_inheritance(render_pass: &CommandBufferInheritanceRenderPassType) -> Self { in from_inheritance() method