Handbook
Glossary
check-error ( -- )
Vocabulary
openal
.
alut
Inputs
None
Outputs
None
Definition
USING:
kernel
openal
;
IN:
openal.alut
:
check-error
( -- )
alGetError
dup
ALUT_ERROR_NO_ERROR
=
[
drop
]
[
alGetString
throw
]
if
;