Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Drender_pass.rs488 pub fn end_render_pass(&mut self) -> Result<&mut Self, RenderPassError> { in end_render_pass() function
1570 pub unsafe fn end_render_pass(&mut self) { in end_render_pass() method
2000 pub unsafe fn end_render_pass(&mut self) { in end_render_pass() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Drender_pass.rs663 pub unsafe fn end_render_pass(&mut self) -> Result<&mut Self, RenderPassError> { in end_render_pass() function