commit | 8f4435a3370ec3a7ad56ecb3721d29a0292c06a9 | [log] [tgz] |
---|---|---|
author | Peiyong Lin <lpy@google.com> | Wed Mar 11 17:43:28 2020 -0700 |
committer | Peiyong Lin <lpy@google.com> | Tue Mar 17 20:20:51 2020 -0700 |
tree | fea1fa93888d652c9a1d224e0296776470c46d26 | |
parent | 1032fac2f76b0eb83ddf0f22784e994547824c6a [diff] |
[Vulkan] Expose instance extensions from implicit layers. Previously the vulkan loader only exposes instance extensions from the driver implementation. Per vkEnumerateInstanceExtensionProperties spec the loader must also advertise instance extensions from implicitly enabled layers. Bug: b/143293104 Test: vkEnumerateInstanceExtensionProperties returns the instance extensions from implicit layers. Change-Id: I17f4ce370bf5f4bba295165a28836e2b7c03a318