MCPcopy Create free account
hub / github.com/NVIDIA/cuda-samples / Cleanup

Function Cleanup

cpp/5_Domain_Specific/postProcessGL/main.cpp:814–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814void Cleanup(int iExitCode)
815{
816 FreeResource();
817 printf("Images are %s\n", (iExitCode == EXIT_SUCCESS) ? "Matching" : "Not Matching");
818 exit(EXIT_SUCCESS);
819}
820
821////////////////////////////////////////////////////////////////////////////////
822//!

Callers 3

displayFunction · 0.70
keyboardFunction · 0.70
runStdProgramFunction · 0.70

Calls 1

FreeResourceFunction · 0.70

Tested by

no test coverage detected