Struct vulkanalia_sys::RenderingInfoKHR
source · [−]#[repr(C)]pub struct RenderingInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: RenderingFlagsKHR,
pub render_area: Rect2D,
pub layer_count: u32,
pub view_mask: u32,
pub color_attachment_count: u32,
pub color_attachments: *const RenderingAttachmentInfoKHR,
pub depth_attachment: *const RenderingAttachmentInfoKHR,
pub stencil_attachment: *const RenderingAttachmentInfoKHR,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: RenderingFlagsKHRrender_area: Rect2Dlayer_count: u32view_mask: u32color_attachment_count: u32color_attachments: *const RenderingAttachmentInfoKHRdepth_attachment: *const RenderingAttachmentInfoKHRstencil_attachment: *const RenderingAttachmentInfoKHRTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RenderingInfoKHR
impl !Send for RenderingInfoKHR
impl !Sync for RenderingInfoKHR
impl Unpin for RenderingInfoKHR
impl UnwindSafe for RenderingInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more