MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / destroy_instance_dispatch_table

Function destroy_instance_dispatch_table

layersvt/vk_layer_table.cpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); }
62
63void destroy_instance_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableInstanceMap, key); }
64
65VkuDeviceDispatchTable *get_dispatch_table(device_table_map &map, void *object) {
66 dispatch_key key = get_dispatch_key(object);

Callers 1

vkDestroyInstanceFunction · 0.85

Calls 1

destroy_dispatch_tableFunction · 0.85

Tested by

no test coverage detected