diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-04-15 11:31:12 -0600 |
|---|---|---|
| committer | Tony Barbour <tony@LunarG.com> | 2015-04-16 19:34:59 -0600 |
| commit | 07c0c0cb3416bcf7ee7fe8a03f7216b0c57639c4 (patch) | |
| tree | b93de7a3c7b8b900b4aa47a76663ec9b316d86c0 /layers/param_checker.cpp | |
| parent | 2719d84e34773258791ff8ef8504cc5a06c77e91 (diff) | |
| download | usermoji-07c0c0cb3416bcf7ee7fe8a03f7216b0c57639c4.tar.xz | |
misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices
Conflicts:
loader/loader.h
Diffstat (limited to 'layers/param_checker.cpp')
| -rw-r--r-- | layers/param_checker.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/layers/param_checker.cpp b/layers/param_checker.cpp index fae24d1c..5408ee77 100644 --- a/layers/param_checker.cpp +++ b/layers/param_checker.cpp @@ -139,13 +139,6 @@ VK_LAYER_EXPORT VkResult VKAPI vkDestroyInstance(VkInstance instance) return result; } -VK_LAYER_EXPORT VkResult VKAPI vkEnumerateGpus(VkInstance instance, uint32_t maxGpus, uint32_t* pGpuCount, VkPhysicalGpu* pGpus) -{ - - VkResult result = nextTable.EnumerateGpus(instance, maxGpus, pGpuCount, pGpus); - return result; -} - VK_LAYER_EXPORT VkResult VKAPI vkGetGpuInfo(VkPhysicalGpu gpu, VkPhysicalGpuInfoType infoType, size_t* pDataSize, void* pData) { pCurObj = (VkBaseLayerObject *) gpu; |
