Transferring loads of array variables from Stack to Heap
This commit is contained in:
@@ -304,6 +304,9 @@ namespace rtengine {
|
||||
* @param s is a struct of basic settings */
|
||||
int init (const Settings* s);
|
||||
|
||||
/** Cleanup the RT engine (static variables) */
|
||||
void cleanup ();
|
||||
|
||||
/** Returns the available output profile names
|
||||
* @return a vector of the available output profile names */
|
||||
std::vector<std::string> getOutputProfiles ();
|
||||
|
Reference in New Issue
Block a user