pub type PipelineRenderingCreateInfoKHR = PipelineRenderingCreateInfo;
Aliased Type§
struct PipelineRenderingCreateInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub view_mask: u32,
pub color_attachment_count: u32,
pub p_color_attachment_formats: *const Format,
pub depth_attachment_format: Format,
pub stencil_attachment_format: Format,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§view_mask: u32
§color_attachment_count: u32
§p_color_attachment_formats: *const Format
§depth_attachment_format: Format
§stencil_attachment_format: Format
Implementations
Source§impl PipelineRenderingCreateInfo
impl PipelineRenderingCreateInfo
pub fn builder<'a>() -> PipelineRenderingCreateInfoBuilder<'a>
Trait Implementations
Source§impl Clone for PipelineRenderingCreateInfo
impl Clone for PipelineRenderingCreateInfo
Source§fn clone(&self) -> PipelineRenderingCreateInfo
fn clone(&self) -> PipelineRenderingCreateInfo
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