Struct ash::vk::SubpassShadingPipelineCreateInfoHUAWEI
source · #[repr(C)]pub struct SubpassShadingPipelineCreateInfoHUAWEI {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub render_pass: RenderPass,
pub subpass: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§render_pass: RenderPass§subpass: u32Implementations§
source§impl SubpassShadingPipelineCreateInfoHUAWEI
impl SubpassShadingPipelineCreateInfoHUAWEI
pub fn builder<'a>() -> SubpassShadingPipelineCreateInfoHUAWEIBuilder<'a>
Trait Implementations§
source§impl Clone for SubpassShadingPipelineCreateInfoHUAWEI
impl Clone for SubpassShadingPipelineCreateInfoHUAWEI
source§fn clone(&self) -> SubpassShadingPipelineCreateInfoHUAWEI
fn clone(&self) -> SubpassShadingPipelineCreateInfoHUAWEI
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