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

Function AppDestroyDirectFBWindow

vulkaninfo/vulkaninfo.h:1104–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102}
1103
1104static void AppDestroyDirectFBWindow(AppInstance &inst) {
1105 inst.directfb_surface->Release(inst.directfb_surface);
1106 inst.dfb->Release(inst.dfb);
1107}
1108#endif // VK_USE_PLATFORM_DIRECTFB_EXT
1109//-----------------------------------------------------------
1110

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected