| 185 | |
| 186 | #if defined(__cplusplus) |
| 187 | inline VkResult CallDown(uint32_t *pApiVersion) const { |
| 188 | return pfnNextLayer(pNextLink, pApiVersion); |
| 189 | } |
| 190 | #endif |
| 191 | } VkEnumerateInstanceVersionChain; |
| 192 |
nothing calls this directly
no outgoing calls
no test coverage detected