Add docs for GLFW_X11_XCB_VULKAN_SURFACE

Related to #1793.
This commit is contained in:
Camilla Löwy
2020-12-10 00:11:44 +01:00
parent 84f95a7d7f
commit a25e8eb50d
4 changed files with 25 additions and 6 deletions

View File

@@ -127,6 +127,8 @@ information on what to include when reporting a bug.
- Added `GLFW_FEATURE_UNIMPLEMENTED` error for incomplete backends (#1692)
- Added `GLFW_ANGLE_PLATFORM_TYPE` init hint and `GLFW_ANGLE_PLATFORM_TYPE_*`
values to select ANGLE backend (#1380)
- Added `GLFW_X11_XCB_VULKAN_SURFACE` init hint for selecting X11 Vulkan
surface extension (#1793)
- Made joystick subsystem initialize at first use (#1284,#1646)
- Updated the minimum required CMake version to 3.1
- Disabled tests and examples by default when built as a CMake subdirectory