mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 23:40:12 +01:00
radv: compile out unused code
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
375c4868ef
commit
c0b81af0dc
1 changed files with 2 additions and 0 deletions
|
|
@ -28,9 +28,11 @@
|
|||
#include "wsi_common.h"
|
||||
#include "vk_util.h"
|
||||
|
||||
#ifdef VK_USE_PLATFORM_WAYLAND_KHR
|
||||
static const struct wsi_callbacks wsi_cbs = {
|
||||
.get_phys_device_format_properties = radv_GetPhysicalDeviceFormatProperties,
|
||||
};
|
||||
#endif
|
||||
|
||||
VkResult
|
||||
radv_init_wsi(struct radv_physical_device *physical_device)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue