VK_NV_display_stereo

Other Extension Metadata

Last Modified Date

2024-11-20

Contributors
  • Russell Chou, NVIDIA
  • Jeff Juliano, NVIDIA
  • James Jones, NVIDIA

Description

This extension allows the application to choose which type of 3D stereo hardware it wants to use so the driver can configure it properly. This configuration is useful for swapchains created from display surfaces because some environments do not have an intermediate windowing system available for easy configuration. This extension will override any stereo type configuration in the windowing system.

For HDMI 3D, only some display modes support stereo rendering, and a new structure is needed to expose that information to the application.

New Structures

New Enums

New Enum Constants

  • VK_NV_DISPLAY_STEREO_EXTENSION_NAME
  • VK_NV_DISPLAY_STEREO_SPEC_VERSION
  • Extending VkStructureType:
    • VK_STRUCTURE_TYPE_DISPLAY_MODE_STEREO_PROPERTIES_NV
    • VK_STRUCTURE_TYPE_DISPLAY_SURFACE_STEREO_CREATE_INFO_NV

Version History

  • Revision 1, 2024-11-20 (Russell Chou)
    • Initial release