Struct lava::VkComputePipelineCreateInfo[][src]

pub struct VkComputePipelineCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g> where
    'd: 'c,
    'e: 'c, 
{ pub flags: VkPipelineCreateFlags, pub stage: VkPipelineShaderStageCreateInfo<'a, 'b, 'c, 'd, 'e>, pub layout: &'f VkPipelineLayout, pub base_pipeline_handle: Option<&'g VkPipeline>, pub base_pipeline_index: isize, }

Fields

Trait Implementations

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g> Debug for VkComputePipelineCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g> where
    'd: 'c,
    'e: 'c, 
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g> Clone for VkComputePipelineCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g> where
    'd: 'c,
    'e: 'c, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkComputePipelineCreateInfo<'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> !Send for VkComputePipelineCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g>

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g> !Sync for VkComputePipelineCreateInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g>