Structures
VkDisplaySurfaceStereoCreateInfoNV
Structure specifying stereo parameters of a newly created display plane surface object
The VkDisplaySurfaceStereoCreateInfoNV structure is defined as:
typedef struct VkDisplaySurfaceStereoCreateInfoNV {
VkStructureType sType;
const void* pNext;
VkDisplaySurfaceStereoTypeNV stereoType;
} VkDisplaySurfaceStereoCreateInfoNV;
pub struct DisplaySurfaceStereoCreateInfoNV {
s_type: vk::StructureType,
p_next: *const c_void,
stereo_type: vk::DisplaySurfaceStereoTypeNV, // The 3D stereo type to use when presenting this surface.
}
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.stereoTypeis a VkDisplaySurfaceStereoTypeNV value specifying the type of 3D stereo presentation the display will be configured for.
Valid Usage (Implicit)
VUID-VkDisplaySurfaceStereoCreateInfoNV-sType-sType
sType must be VK_STRUCTURE_TYPE_DISPLAY_SURFACE_STEREO_CREATE_INFO_NV
VUID-VkDisplaySurfaceStereoCreateInfoNV-stereoType-parameter
stereoType must be a valid VkDisplaySurfaceStereoTypeNV value