提交 4b96f409 编写于 作者: J John Bauman 提交者: Chinmay Garde

Enable VK_GOOGLE_external_memory_magma extension on Fuchsia (#3999)

Newer version of the vulkan validation layer check that this
extension is enabled before allowing vkExportDeviceMemoryMAGMA.
上级 49d06b38
......@@ -60,6 +60,9 @@ VulkanDevice::VulkanDevice(VulkanProcTable& p_vk,
const char* extensions[] = {
VK_KHR_SWAPCHAIN_EXTENSION_NAME,
#if OS_FUCHSIA
VK_GOOGLE_EXTERNAL_MEMORY_MAGMA_EXTENSION_NAME,
#endif
};
auto enabled_layers = DeviceLayersToEnable(vk, physical_device_);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册