Null: Add Vulkan 'window' surface creation

This adds support for Vulkan 'window' surface creation on the Null
platform via the VK_EXT_headless_surface extension, where available.

Tested with MoltenVK.
This commit is contained in:
Camilla Löwy
2024-03-11 11:33:51 +01:00
parent 42dc1ffaee
commit 860c8ef38f
5 changed files with 46 additions and 3 deletions

View File

@@ -124,6 +124,7 @@ information on what to include when reporting a bug.
- Added `GLFW_UNLIMITED_MOUSE_BUTTONS` input mode that allows mouse buttons beyond
the limit of the mouse button tokens to be reported (#2423)
- [Wayland] Bugfix: The fractional scaling related objects were not destroyed
- [Null] Added Vulkan 'window' surface creation via `VK_EXT_headless_surface`
## Contact