Make loops less deep
Compare changes
+ 148
− 97
@@ -2399,125 +2399,175 @@ pv_runtime_search_in_path_and_bin (PvRuntime *self,
@@ -3512,22 +3562,23 @@ pv_runtime_use_provider_graphics_stack (PvRuntime *self,
/cc @denittis
Based on !195 (merged).
runtime: Factor out a nested loop
Instead of having a function to make a list of Vulkan layers and/or ICDs available, let's have a function to act on a single layer or ICD.