Struct ash::vk::CommandBufferInheritanceInfo
source · #[repr(C)]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: Bool32,
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: Bool32
§query_flags: QueryControlFlags
§pipeline_statistics: QueryPipelineStatisticFlags
Implementations§
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 more