UpdateSound function
See RaylibAudioFlatModule.UpdateSound.
Implementation
void UpdateSound(
SoundD sound,
MemoryPointer<RVoid> data,
int sampleCount,
) => _module.UpdateSound(sound, data, sampleCount);
See RaylibAudioFlatModule.UpdateSound.
void UpdateSound(
SoundD sound,
MemoryPointer<RVoid> data,
int sampleCount,
) => _module.UpdateSound(sound, data, sampleCount);