Handbook
Glossary
create-buffer-from-file ( filename -- buffer )
Vocabulary
openal
.
alut
Inputs
filename
an
object
Outputs
buffer
an
object
Definition
USING:
kernel
openal
;
IN:
openal.alut
:
create-buffer-from-file
( filename -- buffer )
alutCreateBufferFromFile
dup
AL_NONE
=
[
throw-alut-error
]
when
;