MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / registry_handle_global_remove

Function registry_handle_global_remove

cube/cube.cpp:672–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672static void registry_handle_global_remove(void *data, wl_registry *registry, uint32_t name) {}
673
674static const wl_registry_listener registry_listener = {registry_handle_global, registry_handle_global_remove};
675#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected