Struct lava::VkGraphicsPipelineCreateInfo[][src]

pub struct VkGraphicsPipelineCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l, 'm, 'n, 'o, 'p, 'q, 'r, 's, 't, 'u, 'v, 'w, 'x, 'y> where
    'b: 'a,
    'c: 'a,
    'd: 'a,
    'e: 'd,
    'f: 'd,
    'h: 'g,
    'i: 'g,
    'm: 'l,
    'n: 'l,
    'q: 'p,
    't: 's,
    'v: 'u, 
{ pub flags: VkPipelineCreateFlags, pub stages: &'a [VkPipelineShaderStageCreateInfo<'b, 'c, 'd, 'e, 'f>], pub vertex_input_state: &'g VkPipelineVertexInputStateCreateInfo<'h, 'i>, pub input_assembly_state: &'j VkPipelineInputAssemblyStateCreateInfo, pub tessellation_state: Option<&'k VkPipelineTessellationStateCreateInfo>, pub viewport_state: Option<&'l VkPipelineViewportStateCreateInfo<'m, 'n>>, pub rasterization_state: &'o VkPipelineRasterizationStateCreateInfo, pub multisample_state: Option<&'p VkPipelineMultisampleStateCreateInfo<'q>>, pub depth_stencil_state: Option<&'r VkPipelineDepthStencilStateCreateInfo>, pub color_blend_state: Option<&'s VkPipelineColorBlendStateCreateInfo<'t>>, pub dynamic_state: Option<&'u VkPipelineDynamicStateCreateInfo<'v>>, pub layout: &'w VkPipelineLayout, pub render_pass: &'x VkRenderPass, pub subpass: usize, pub base_pipeline_handle: Option<&'y VkPipeline>, pub base_pipeline_index: isize, }

Fields

Trait Implementations

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l, 'm, 'n, 'o, 'p, 'q, 'r, 's, 't, 'u, 'v, 'w, 'x, 'y> Debug for VkGraphicsPipelineCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l, 'm, 'n, 'o, 'p, 'q, 'r, 's, 't, 'u, 'v, 'w, 'x, 'y> where
    'b: 'a,
    'c: 'a,
    'd: 'a,
    'e: 'd,
    'f: 'd,
    'h: 'g,
    'i: 'g,
    'm: 'l,
    'n: 'l,
    'q: 'p,
    't: 's,
    'v: 'u, 
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l, 'm, 'n, 'o, 'p, 'q, 'r, 's, 't, 'u, 'v, 'w, 'x, 'y> Clone for VkGraphicsPipelineCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l, 'm, 'n, 'o, 'p, 'q, 'r, 's, 't, 'u, 'v, 'w, 'x, 'y> where
    'b: 'a,
    'c: 'a,
    'd: 'a,
    'e: 'd,
    'f: 'd,
    'h: 'g,
    'i: 'g,
    'm: 'l,
    'n: 'l,
    'q: 'p,
    't: 's,
    'v: 'u, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkGraphicsPipelineCreateInfo<'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static, 'static>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l, 'm, 'n, 'o, 'p, 'q, 'r, 's, 't, 'u, 'v, 'w, 'x, 'y> !Send for VkGraphicsPipelineCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l, 'm, 'n, 'o, 'p, 'q, 'r, 's, 't, 'u, 'v, 'w, 'x, 'y>

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l, 'm, 'n, 'o, 'p, 'q, 'r, 's, 't, 'u, 'v, 'w, 'x, 'y> !Sync for VkGraphicsPipelineCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l, 'm, 'n, 'o, 'p, 'q, 'r, 's, 't, 'u, 'v, 'w, 'x, 'y>