Struct screen_13::prelude::vk::CommandBufferInheritanceInfo
source · pub struct CommandBufferInheritanceInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub render_pass: RenderPass,
pub subpass: u32,
pub framebuffer: Framebuffer,
pub occlusion_query_enable: u32,
pub query_flags: QueryControlFlags,
pub pipeline_statistics: QueryPipelineStatisticFlags,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§render_pass: RenderPass§subpass: u32§framebuffer: Framebuffer§occlusion_query_enable: u32§query_flags: QueryControlFlags§pipeline_statistics: QueryPipelineStatisticFlagsImplementations§
source§impl CommandBufferInheritanceInfo
impl CommandBufferInheritanceInfo
pub fn builder<'a>() -> CommandBufferInheritanceInfoBuilder<'a>
Trait Implementations§
source§impl Clone for CommandBufferInheritanceInfo
impl Clone for CommandBufferInheritanceInfo
source§fn clone(&self) -> CommandBufferInheritanceInfo
fn clone(&self) -> CommandBufferInheritanceInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CommandBufferInheritanceInfo
impl Debug for CommandBufferInheritanceInfo
source§impl Default for CommandBufferInheritanceInfo
impl Default for CommandBufferInheritanceInfo
source§fn default() -> CommandBufferInheritanceInfo
fn default() -> CommandBufferInheritanceInfo
Returns the “default value” for a type. Read more