mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
LibGfx: Enable Vulkan shared images and WebGL on FreeBSD
This commit is contained in:
parent
bfa86f7961
commit
40bc1c0eb5
|
|
@ -12,9 +12,9 @@
|
|||
# include <AK/NonnullRefPtr.h>
|
||||
# include <AK/RefCounted.h>
|
||||
# include <vulkan/vulkan.h>
|
||||
# ifdef AK_OS_LINUX
|
||||
# if defined(AK_OS_LINUX) || defined(AK_OS_FREEBSD)
|
||||
# include <libdrm/drm_fourcc.h>
|
||||
// Sharable Vulkan images are currently only implemented on Linux
|
||||
// Sharable Vulkan images are currently only implemented on Linux and FreeBSD
|
||||
# define USE_VULKAN_IMAGES 1
|
||||
# endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user