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

Method Release

tests/framework/test_framework.cpp:225–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void WaylandContext::Release() {
226 wl_surface_destroy(surface);
227 surface = nullptr;
228 wl_compositor_destroy(compositor);
229 compositor = nullptr;
230 wl_registry_destroy(registry);
231 registry = nullptr;
232 wl_display_disconnect(display);
233 display = nullptr;
234}
235#endif
236
237// Set up environment for GLSL compiler

Callers 2

DestroyMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected