Struct vks::vk::VkFramebufferCreateInfo [] [src]

#[repr(C)]
pub struct VkFramebufferCreateInfo { pub sType: VkStructureType, pub pNext: *const c_void, pub flags: VkFramebufferCreateFlags, pub renderPass: VkRenderPass, pub attachmentCount: u32, pub pAttachments: *const VkImageView, pub width: u32, pub height: u32, pub layers: u32, }

Fields

Trait Implementations

impl Debug for VkFramebufferCreateInfo
[src]

[src]

Formats the value using the given formatter.

impl Copy for VkFramebufferCreateInfo
[src]

impl Clone for VkFramebufferCreateInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkFramebufferCreateInfo
[src]

[src]

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