Program Listing for File cleanup.h
↰ Return to documentation for file (include/flamegpu/util/cleanup.h
)
#ifndef INCLUDE_FLAMEGPU_UTIL_CLEANUP_H_
#define INCLUDE_FLAMEGPU_UTIL_CLEANUP_H_
/*
* Provides a utility method to cleanup after flamegpu. Currently for the only implementation (CUDA) this resets all devices.
*/
namespace flamegpu {
namespace util {
void cleanup();
void clearRTCDiskCache();
} // namespace util
} // namespace flamegpu
#endif // INCLUDE_FLAMEGPU_UTIL_CLEANUP_H_