Struct ash::vk::types::ComputePipelineCreateInfo [] [src]

#[repr(C)]
pub struct ComputePipelineCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: PipelineCreateFlags, pub stage: PipelineShaderStageCreateInfo, pub layout: PipelineLayout, pub base_pipeline_handle: Pipeline, pub base_pipeline_index: int32_t, }

Fields

Trait Implementations

impl Debug for ComputePipelineCreateInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for ComputePipelineCreateInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more