Struct vulkan_rs::VkPresentRegionKHR [] [src]

#[repr(C)]
pub struct VkPresentRegionKHR { pub rectangleCount: u32, pub pRectangles: *const VkRectLayerKHR, }

Structure containing rectangular region changed by vkQueuePresentKHR for a given VkImage

Fields

the number of rectangles in pRectangles, or zero if the entire image has changed and should be presented

either NULL or a pointer to an array of VkRectLayerKHR structures

Trait Implementations

impl Default for VkPresentRegionKHR
[src]

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