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

#[repr(C)]
pub struct FramebufferCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: FramebufferCreateFlags, pub render_pass: RenderPass, pub attachment_count: uint32_t, pub p_attachments: *const ImageView, pub width: uint32_t, pub height: uint32_t, pub layers: uint32_t, }

Fields

Trait Implementations

impl Debug for FramebufferCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for FramebufferCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more