[−][src]Struct ash::vk::GraphicsPipelineCreateInfo
Fields
s_type: StructureType
p_next: *const c_void
flags: PipelineCreateFlags
stage_count: u32
p_stages: *const PipelineShaderStageCreateInfo
p_vertex_input_state: *const PipelineVertexInputStateCreateInfo
p_input_assembly_state: *const PipelineInputAssemblyStateCreateInfo
p_tessellation_state: *const PipelineTessellationStateCreateInfo
p_viewport_state: *const PipelineViewportStateCreateInfo
p_rasterization_state: *const PipelineRasterizationStateCreateInfo
p_multisample_state: *const PipelineMultisampleStateCreateInfo
p_depth_stencil_state: *const PipelineDepthStencilStateCreateInfo
p_color_blend_state: *const PipelineColorBlendStateCreateInfo
p_dynamic_state: *const PipelineDynamicStateCreateInfo
layout: PipelineLayout
render_pass: RenderPass
subpass: u32
base_pipeline_handle: Pipeline
base_pipeline_index: i32
Methods
impl GraphicsPipelineCreateInfo
[src][−]
pub fn builder<'a>() -> GraphicsPipelineCreateInfoBuilder<'a>
[src]
Trait Implementations
impl Clone for GraphicsPipelineCreateInfo
[src][+]
impl Copy for GraphicsPipelineCreateInfo
[src]
impl Debug for GraphicsPipelineCreateInfo
[src][+]
impl Default for GraphicsPipelineCreateInfo
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for GraphicsPipelineCreateInfo
impl !Send for GraphicsPipelineCreateInfo
impl !Sync for GraphicsPipelineCreateInfo
impl Unpin for GraphicsPipelineCreateInfo
impl UnwindSafe for GraphicsPipelineCreateInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,