22 lines
981 B
Text
22 lines
981 B
Text
|
Index: gpu/vulkan/vulkan_image.h
|
||
|
--- gpu/vulkan/vulkan_image.h.orig
|
||
|
+++ gpu/vulkan/vulkan_image.h
|
||
|
@@ -87,7 +87,7 @@ class COMPONENT_EXPORT(VULKAN) VulkanImage {
|
||
|
VkImageUsageFlags usage,
|
||
|
VkImageCreateFlags flags);
|
||
|
|
||
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
||
|
static std::unique_ptr<VulkanImage> CreateWithExternalMemoryAndModifiers(
|
||
|
VulkanDeviceQueue* device_queue,
|
||
|
const gfx::Size& size,
|
||
|
@@ -199,7 +199,7 @@ class COMPONENT_EXPORT(VULKAN) VulkanImage {
|
||
|
VkImageTiling image_tiling,
|
||
|
uint32_t queue_family_index);
|
||
|
|
||
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
||
|
bool InitializeWithExternalMemoryAndModifiers(VulkanDeviceQueue* device_queue,
|
||
|
const gfx::Size& size,
|
||
|
VkFormat format,
|