Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
update-sound ( sound data samplesCount -- )
Vocabulary
raylib.ffi
Inputs and outputs
sound
an
object
data
an
object
samplesCount
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib.ffi
LIBRARY:
raylib
FUNCTION-ALIAS:
update-sound
void
UpdateSound (
Sound
sound, void* data,
int
samplesCount )