Struct vks::VkPipelineLayoutCreateInfo [] [src]

#[repr(C)]
pub struct VkPipelineLayoutCreateInfo { pub sType: VkStructureType, pub pNext: *const c_void, pub flags: VkPipelineLayoutCreateFlags, pub setLayoutCount: u32, pub pSetLayouts: *const VkDescriptorSetLayout, pub pushConstantRangeCount: u32, pub pPushConstantRanges: *const VkPushConstantRange, }

Fields

Trait Implementations

impl Debug for VkPipelineLayoutCreateInfo
[src]

Formats the value using the given formatter.

impl Copy for VkPipelineLayoutCreateInfo
[src]

impl Clone for VkPipelineLayoutCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineLayoutCreateInfo
[src]

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