MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / GetDispatchKey

Function GetDispatchKey

layers/utils/dispatch_utils.h:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

DestroyInstanceFunction · 0.85
DestroyDeviceFunction · 0.85
GetDispatchInstanceFunction · 0.85
SetDispatchInstanceFunction · 0.85
GetDeviceFromKeyFunction · 0.85
GetDispatchDeviceFunction · 0.85
SetDispatchDeviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected