| 1102 | } |
| 1103 | |
| 1104 | static 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 |
nothing calls this directly
no outgoing calls
no test coverage detected