MCPcopy Create free account
hub / github.com/SFML/SFML / CallDown

Method CallDown

extlibs/headers/vulkan/vk_layer.h:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186#if defined(__cplusplus)
187 inline VkResult CallDown(uint32_t *pApiVersion) const {
188 return pfnNextLayer(pNextLink, pApiVersion);
189 }
190#endif
191} VkEnumerateInstanceVersionChain;
192

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected