mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
anv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_KHR defined
This commit is contained in:
parent
f7b1371d2d
commit
ab18578b03
1 changed files with 2 additions and 0 deletions
|
|
@ -26,9 +26,11 @@
|
|||
#include "vk_format_info.h"
|
||||
#include "util/vk_util.h"
|
||||
|
||||
#ifdef VK_USE_PLATFORM_WAYLAND_KHR
|
||||
static const struct wsi_callbacks wsi_cbs = {
|
||||
.get_phys_device_format_properties = anv_GetPhysicalDeviceFormatProperties,
|
||||
};
|
||||
#endif
|
||||
|
||||
VkResult
|
||||
anv_init_wsi(struct anv_physical_device *physical_device)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue