glfw/tests
combolek b9619f07a8 Added support for D3D11on12 on Windows 10+ via ANGLE.
ANGLE's EGL supports D3D11on12 via the ANGLE_platform_angle_d3d11on12 extension. Enabling it requires passing the EGL_PLATFORM_ANGLE_D3D11ON12_ANGLE attribute to eglGetPlatformDisplayEXT. Specifying custom EGL attributes is not currently exposed in GLFW and based on https://github.com/glfw/glfw/issues/1718#issuecomment-653236025 this may not even be desirable.

Instead, this change adds a new value GLFW_ANGLE_PLATFORM_TYPE_D3D11ON12 for the ANGLE platform type glfwInitHint. When specified it implicitly sets the required EGL attribute.

Note that D3D11on12 is supported only on executables specifically targetted for Windows 10, which requires a manifest.
2023-08-19 18:45:17 -07:00
..
allocator.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
clipboard.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
CMakeLists.txt Added support for D3D11on12 on Windows 10+ via ANGLE. 2023-08-19 18:45:17 -07:00
cursor.c Add cursor mode GLFW_CURSOR_CAPTURED 2022-07-25 18:02:57 +02:00
empty.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
events.c Make events test window appear on Wayland 2022-07-13 21:54:55 +02:00
gamma.c Fix gamma test not checking for NULL return value 2021-12-31 13:13:21 +01:00
glfwinfo.c Added support for D3D11on12 on Windows 10+ via ANGLE. 2023-08-19 18:45:17 -07:00
glfwinfo.manifest Added support for D3D11on12 on Windows 10+ via ANGLE. 2023-08-19 18:45:17 -07:00
icon.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
iconify.c Fix initial windowed mode size for test 2021-12-09 20:05:07 +01:00
inputlag.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
joysticks.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
monitors.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
msaa.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
reopen.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
tearing.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
threads.c Add window hints for initial position 2022-07-29 11:50:13 +02:00
timeout.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
title.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
triangle-vulkan.c Add support for VK_KHR_portability_enumeration 2022-07-07 23:48:16 +02:00
window.c Add hiding and showing to interactive window test 2021-12-24 00:56:44 +01:00