New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 913039 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Dec 7
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Fuchsia
Pri: 1
Type: Bug



Sign in to add a comment

Vulkan is broken on Fuchsia due to vkGetPhysicalDeviceMemoryProperties2KHR

Project Member Reported by sergeyu@chromium.org, Dec 7

Issue description

When running content_shell on fuchsia with Vulkan enabled it fails to initialize vulkan due to missing vkGetPhysicalDeviceMemoryProperties2KHR VulkanFunctionPointers::BindPhysicalDeviceFunctionPointers()

Dependency on this function was added in https://chromium-review.googlesource.com/c/1357658
 

Comment 1 Deleted

Looks like the problem here is that VK_KHR_get_physical_device_properties2 extension is currently requested only on Android, while VulkanFunctionPointers attempts to get vkGetPhysicalDeviceMemoryProperties2KHR on all platforms.
Reverted
Status: Fixed (was: Assigned)

Sign in to add a comment