Commit b607bc88 by Hernan Liatis

vkGetDescriptorSetLayoutSupportKHR listed wrong

The above function, while listed with the device functions, was using MAKE_VULKAN_INSTANCE_ENTRY() instead of MAKE_VULKAN_DEVICE_ENTRY() Bug: b/125417927 Change-Id: I66865468f50b2db3f6904fab40f79db3346431a2 Reviewed-on: https://swiftshader-review.googlesource.com/c/25209 Kokoro-Presubmit: Hernan Liatis <hliatis@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarChris Forbes <chrisforbes@google.com> Tested-by: 's avatarHernan Liatis <hliatis@google.com>
parent b2841fe2
......@@ -237,7 +237,7 @@ static const std::unordered_map<std::string, PFN_vkVoidFunction> deviceFunctionP
MAKE_VULKAN_DEVICE_ENTRY(vkGetBufferMemoryRequirements2KHR),
MAKE_VULKAN_DEVICE_ENTRY(vkGetImageSparseMemoryRequirements2KHR),
// VK_KHR_maintenance3
MAKE_VULKAN_INSTANCE_ENTRY(vkGetDescriptorSetLayoutSupportKHR),
MAKE_VULKAN_DEVICE_ENTRY(vkGetDescriptorSetLayoutSupportKHR),
};
#undef MAKE_VULKAN_DEVICE_ENTRY
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment