Handbook
Glossary
format-unsupported-by-openal? ( object -- ? )
Vocabulary
audio
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
format-unsupported-by-openal
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
audio
:
format-unsupported-by-openal?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
format-unsupported-by-openal
eq?
]
[
drop
f
]
if
;