| 40 | } |
| 41 | |
| 42 | PROFILES_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateInstance(const VkInstanceCreateInfo *pCreateInfo, |
| 43 | const VkAllocationCallbacks *pAllocator, VkInstance *pInstance) { |
| 44 | return CreateInstance(pCreateInfo, pAllocator, pInstance); |
| 45 | } |
| 46 | |
| 47 | PROFILES_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceLayerProperties(uint32_t *pCount, |
| 48 | VkLayerProperties *pProperties) { |
no outgoing calls