FastLED 3.9.15
Loading...
Searching...
No Matches

◆ hexwave_shutdown()

void fl::third_party::hexwave::hexwave_shutdown ( float * user_buffer)

Shutdown the hexwave library (DEPRECATED - use hexwave_engine_destroy)

Parameters
user_bufferPass in same parameter as passed to hexwave_init

Definition at line 441 of file stb_hexwave.cpp.hpp.

442{
443 (void)user_buffer;
444 if (sGlobalEngine != nullptr) {
446 sGlobalEngine = nullptr;
447 }
448}
void hexwave_engine_destroy(HexWaveEngine *engine) FL_NOEXCEPT
Destroy a HexWaveEngine and free its resources.
static HexWaveEngine * sGlobalEngine

References FL_NOEXCEPT, hexwave_engine_destroy(), and sGlobalEngine.

+ Here is the call graph for this function: