MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / UnloadSamples

Method UnloadSamples

include/WaveUnmanaged.hpp:136–136  ·  view source on GitHub ↗

* Unload samples data loaded with LoadWaveSamples(). */

Source from the content-addressed store, hash-verified

134 * Unload samples data loaded with LoadWaveSamples().
135 */
136 static void UnloadSamples(float* samples) { ::UnloadWaveSamples(samples); }
137
138 /**
139 * Export wave data to file, returns true on success.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected