[−][src]Struct vk_sys::GraphicsPipelineCreateInfo
Fields
sType: StructureType
pNext: *const c_void
flags: PipelineCreateFlags
stageCount: u32
pStages: *const PipelineShaderStageCreateInfo
pVertexInputState: *const PipelineVertexInputStateCreateInfo
pInputAssemblyState: *const PipelineInputAssemblyStateCreateInfo
pTessellationState: *const PipelineTessellationStateCreateInfo
pViewportState: *const PipelineViewportStateCreateInfo
pRasterizationState: *const PipelineRasterizationStateCreateInfo
pMultisampleState: *const PipelineMultisampleStateCreateInfo
pDepthStencilState: *const PipelineDepthStencilStateCreateInfo
pColorBlendState: *const PipelineColorBlendStateCreateInfo
pDynamicState: *const PipelineDynamicStateCreateInfo
layout: PipelineLayout
renderPass: RenderPass
subpass: u32
basePipelineHandle: Pipeline
basePipelineIndex: i32
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, 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>,