mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
Merge branch 'pvr-advertise-headless' into 'main'
pvr: advertise VK_EXT_headless_surface See merge request mesa/mesa!39038
This commit is contained in:
commit
4b3552b44a
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ static const struct vk_instance_extension_table pvr_instance_extensions = {
|
|||
.EXT_debug_report = true,
|
||||
.EXT_debug_utils = true,
|
||||
#ifndef VK_USE_PLATFORM_WIN32_KHR
|
||||
.EXT_headless_surface = PVR_USE_WSI_PLATFORM && false,
|
||||
.EXT_headless_surface = PVR_USE_WSI_PLATFORM,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue