UpdateSound function

void UpdateSound(
  1. SoundD sound,
  2. MemoryPointer<RVoid> data,
  3. int sampleCount
)

See RaylibAudioFlatModule.UpdateSound.

Implementation

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