Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dauto.rs104 pub(super) struct BeginRenderingState { struct
105 pub(super) attachments: Option<BeginRenderingAttachments>,
106 pub(super) color_attachment_formats: Vec<Option<Format>>,
107 pub(super) depth_attachment_format: Option<Format>,
108 pub(super) stencil_attachment_format: Option<Format>,
109 pub(super) pipeline_used: bool,
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs922 struct BeginRenderingState { struct
923 pipeline_used: bool,