------------------------- Application is "Exiting" -------------------------
| 200 | // Application is "Exiting" |
| 201 | //------------------------- |
| 202 | void exiting() |
| 203 | { |
| 204 | exitreg = false; |
| 205 | CMP_DestroyComputeLibrary(true); |
| 206 | } |
| 207 | |
| 208 | #ifdef _WIN32 |
| 209 | bool isDX12Supported() |
nothing calls this directly
no test coverage detected