diff options
| author | Mark Young <marky@lunarg.com> | 2017-01-12 12:27:19 -0700 |
|---|---|---|
| committer | Mark Young <marky@lunarg.com> | 2017-01-12 15:02:12 -0700 |
| commit | 71a1e7e9a0afdfa207d8fe3d327be509c9821ae2 (patch) | |
| tree | 77feae8403d89c397428d241892c2757c27959b2 /loader/loader.h | |
| parent | 492a353161abcabb7b5be43d2fe83e5c033451bd (diff) | |
| download | usermoji-71a1e7e9a0afdfa207d8fe3d327be509c9821ae2.tar.xz | |
loader: Modify EnumPhysDev functions
Modify the loader's trampoline and terminator
vkEnumeratePhysicalDevice functions to utilize helper functions.
Also, fix the failure in CTS.
Change-Id: Id9356fffd42f878c660ac8ee831e7527cce608bd
Diffstat (limited to 'loader/loader.h')
| -rw-r--r-- | loader/loader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/loader.h b/loader/loader.h index aeceae63..45dc223b 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -589,6 +589,9 @@ VkResult loader_validate_device_extensions( const struct loader_extension_list *icd_exts, const VkDeviceCreateInfo *pCreateInfo); +VkResult setupLoaderTrampPhysDevs(VkInstance instance); +VkResult setupLoaderTermPhysDevs(struct loader_instance *inst); + /* instance layer chain termination entrypoint definitions */ VKAPI_ATTR VkResult VKAPI_CALL terminator_CreateInstance(const VkInstanceCreateInfo *pCreateInfo, |
