mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
11 lines
546 B
C
11 lines
546 B
C
--- gpu/vulkan/vulkan_device_queue.h.orig 2024-02-21 00:20:47 UTC
|
|
+++ gpu/vulkan/vulkan_device_queue.h
|
|
@@ -169,7 +169,7 @@ class COMPONENT_EXPORT(VULKAN) VulkanDeviceQueue
|
|
bool allow_protected_memory_ = false;
|
|
|
|
#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) || \
|
|
- BUILDFLAG(IS_CHROMEOS)
|
|
+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
VkPhysicalDeviceSamplerYcbcrConversionFeatures
|
|
sampler_ycbcr_conversion_features_{
|
|
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES};
|