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

#[repr(C)]
pub struct RenderPassBeginInfo { pub s_type: StructureType, pub p_next: *const c_void, pub render_pass: RenderPass, pub framebuffer: Framebuffer, pub render_area: Rect2D, pub clear_value_count: uint32_t, pub p_clear_values: *const ClearValue, }

Fields

Trait Implementations

impl Debug for RenderPassBeginInfo
[src]

Formats the value using the given formatter.

impl Clone for RenderPassBeginInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more