Handbook
Glossary
alBufferData ( bid format data size freq -- )
Vocabulary
openal
Inputs
bid
an
object
format
an
object
data
an
object
size
an
object
freq
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openal
LIBRARY:
openal
FUNCTION:
void
alBufferData
(
ALuint
bid,
ALenum
format, void* data,
ALsizei
size,
ALsizei
freq )