SDL 2.0
VkDisplayPropertiesKHR Struct Reference

#include <vulkan_core.h>

+ Collaboration diagram for VkDisplayPropertiesKHR:

Data Fields

VkDisplayKHR display
 
const char * displayName
 
VkExtent2D physicalDimensions
 
VkExtent2D physicalResolution
 
VkSurfaceTransformFlagsKHR supportedTransforms
 
VkBool32 planeReorderPossible
 
VkBool32 persistentContent
 

Detailed Description

Definition at line 4967 of file vulkan_core.h.

Field Documentation

◆ display

VkDisplayKHR VkDisplayPropertiesKHR::display

Definition at line 4968 of file vulkan_core.h.

◆ displayName

const char* VkDisplayPropertiesKHR::displayName

Definition at line 4969 of file vulkan_core.h.

◆ persistentContent

VkBool32 VkDisplayPropertiesKHR::persistentContent

Definition at line 4974 of file vulkan_core.h.

◆ physicalDimensions

VkExtent2D VkDisplayPropertiesKHR::physicalDimensions

Definition at line 4970 of file vulkan_core.h.

◆ physicalResolution

VkExtent2D VkDisplayPropertiesKHR::physicalResolution

Definition at line 4971 of file vulkan_core.h.

◆ planeReorderPossible

VkBool32 VkDisplayPropertiesKHR::planeReorderPossible

Definition at line 4973 of file vulkan_core.h.

◆ supportedTransforms

VkSurfaceTransformFlagsKHR VkDisplayPropertiesKHR::supportedTransforms

Definition at line 4972 of file vulkan_core.h.


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