We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Adds two values and sets the third one.
Array[2] = Array[0] + Array[1];
void DLLEXPORT MyFunction(float *args) { args[2] = args[0] + args[1]; }
This function is used as a basic example and is it not meant for 'serious' usage.
There was an error while loading. Please reload this page.