Structures
VkDisplayModeStereoPropertiesNV
Structure describing the stereo properties of a display mode
The VkDisplayModeStereoPropertiesNV structure is defined as:
typedef struct VkDisplayModeStereoPropertiesNV {
VkStructureType sType;
void* pNext;
VkBool32 hdmi3DSupported;
} VkDisplayModeStereoPropertiesNV;
pub struct DisplayModeStereoPropertiesNV {
s_type: vk::StructureType,
p_next: *mut c_void,
hdmi3_d_supported: vk::Bool32, // Whether this mode supports HDMI 3D stereo rendering.
}
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.hdmi3DSupportedindicates whether this display mode can be used for a display surface configured forVK_DISPLAY_SURFACE_STEREO_TYPE_HDMI_3D_NV.
Valid Usage (Implicit)
VUID-VkDisplayModeStereoPropertiesNV-sType-sType
sType must be VK_STRUCTURE_TYPE_DISPLAY_MODE_STEREO_PROPERTIES_NV