Skip to content

Commit

Permalink
Don't query for deprecated magma extension (flutter#4292)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejurka authored Oct 30, 2017
1 parent ede57ad commit 9db1c6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vulkan/vulkan_device.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ VulkanDevice::VulkanDevice(VulkanProcTable& p_vk,
const char* extensions[] = {
VK_KHR_SWAPCHAIN_EXTENSION_NAME,
#if OS_FUCHSIA
VK_GOOGLE_EXTERNAL_MEMORY_MAGMA_EXTENSION_NAME,
VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME,
VK_KHR_EXTERNAL_SEMAPHORE_FUCHSIA_EXTENSION_NAME,
#endif
Expand Down

0 comments on commit 9db1c6b

Please sign in to comment.