We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa86f7 commit 40bc1c0Copy full SHA for 40bc1c0
Libraries/LibGfx/VulkanContext.h
@@ -12,9 +12,9 @@
12
# include <AK/NonnullRefPtr.h>
13
# include <AK/RefCounted.h>
14
# include <vulkan/vulkan.h>
15
-# ifdef AK_OS_LINUX
+# if defined(AK_OS_LINUX) || defined(AK_OS_FREEBSD)
16
# include <libdrm/drm_fourcc.h>
17
-// Sharable Vulkan images are currently only implemented on Linux
+// Sharable Vulkan images are currently only implemented on Linux and FreeBSD
18
# define USE_VULKAN_IMAGES 1
19
# endif
20
0 commit comments