| 24 | |
| 25 | typedef void *dispatch_key; |
| 26 | static inline dispatch_key GetDispatchKey(const void *object) { return (dispatch_key) * (VkLayerDispatchTable **)object; } |
| 27 | |
| 28 | VkLayerInstanceCreateInfo *GetChainInfo(const VkInstanceCreateInfo *pCreateInfo, VkLayerFunction func); |
| 29 | VkLayerDeviceCreateInfo *GetChainInfo(const VkDeviceCreateInfo *pCreateInfo, VkLayerFunction func); |
no outgoing calls
no test coverage detected