vulkan-3.17: Bindings to the Vulkan graphics API.
Safe HaskellNone
LanguageHaskell2010

Vulkan.Extensions.VK_GOOGLE_surfaceless_query

Description

Name

VK_GOOGLE_surfaceless_query - instance extension

VK_GOOGLE_surfaceless_query

Name String
VK_GOOGLE_surfaceless_query
Extension Type
Instance extension
Registered Extension Number
434
Revision
1
Extension and Version Dependencies
  • Requires Vulkan 1.0
  • Requires VK_KHR_surface
Special Use
Contact
Extension Proposal
VK_GOOGLE_surfaceless_query

Other Extension Metadata

Last Modified Date
2021-12-14
IP Status
No known IP claims.
Contributors
  • Ian Elliott, Google
  • Shahbaz Youssefi, Google
  • James Jones, NVIDIA

Description

This extension allows the getPhysicalDeviceSurfaceFormatsKHR and getPhysicalDeviceSurfacePresentModesKHR functions to accept NULL_HANDLE as their surface parameter, allowing potential surface formats, colorspaces and present modes to be queried without providing a surface. Identically, getPhysicalDeviceSurfaceFormats2KHR and getPhysicalDeviceSurfacePresentModes2EXT would accept NULL_HANDLE in PhysicalDeviceSurfaceInfo2KHR::surface. __This can only be supported on platforms where the results of these queries are surface-agnostic and a single presentation engine is the implicit target of all present operations__.

New Enum Constants

Version History

  • Revision 1, 2021-12-14 (Shahbaz Youssefi)

    • Internal revisions

See Also

No cross-references are available

Document Notes

For more information, see the Vulkan Specification

This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.

Documentation

type GOOGLE_SURFACELESS_QUERY_EXTENSION_NAME = "VK_GOOGLE_surfaceless_query" Source #