MCPcopy Create free account
hub / github.com/GPUOpen-Tools/compressonator / exiting

Function exiting

cmp_framework/compute_base.cpp:202–206  ·  view source on GitHub ↗

------------------------- Application is "Exiting" -------------------------

Source from the content-addressed store, hash-verified

200// Application is "Exiting"
201//-------------------------
202void exiting()
203{
204 exitreg = false;
205 CMP_DestroyComputeLibrary(true);
206}
207
208#ifdef _WIN32
209bool isDX12Supported()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected