SDL  2.0
VkDisplayPresentInfoKHR Struct Reference

#include <vulkan.h>

+ Collaboration diagram for VkDisplayPresentInfoKHR:

Data Fields

VkStructureType sType
 
const voidpNext
 
VkRect2D srcRect
 
VkRect2D dstRect
 
VkBool32 persistent
 

Detailed Description

Definition at line 3749 of file vulkan.h.

Field Documentation

◆ dstRect

VkRect2D VkDisplayPresentInfoKHR::dstRect

Definition at line 3753 of file vulkan.h.

◆ persistent

VkBool32 VkDisplayPresentInfoKHR::persistent

Definition at line 3754 of file vulkan.h.

◆ pNext

const void* VkDisplayPresentInfoKHR::pNext

Definition at line 3751 of file vulkan.h.

◆ srcRect

VkRect2D VkDisplayPresentInfoKHR::srcRect

Definition at line 3752 of file vulkan.h.

◆ sType

VkStructureType VkDisplayPresentInfoKHR::sType

Definition at line 3750 of file vulkan.h.


The documentation for this struct was generated from the following file: