aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-06 21:27:39 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-07 17:57:49 -0600
commit9aa31308449442bfdbccc47091c7cddc82f0489a (patch)
treefc700385cb3b2291f4c3a13493ff39e5057cf902
parent2179fd389cd7e8fc9f950f71bf2198b2343a42c3 (diff)
downloadusermoji-9aa31308449442bfdbccc47091c7cddc82f0489a.tar.xz
loader: collect layer properties regardless of extension
Do not terminate the collection of layer properties from a layer that does not define vkGetPhysicalDeviceExtensionProperties.
-rw-r--r--loader/loader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c
index a5a87471..4d88543d 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -589,7 +589,6 @@ static void loader_add_physical_device_layer_properties(
loader_log(VK_DBG_REPORT_INFO_BIT, 0,
"Couldn't dlsym vkGetPhysicalDeviceExtensionProperties from library %s",
lib_name);
- return;
}
fp_get_layer_props = loader_platform_get_proc_address(lib_handle, "vkGetPhysicalDeviceLayerProperties");