Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
COMPRESSED_DXT1_RGB? ( object -- ? )
Vocabulary
raylib.ffi
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
COMPRESSED_DXT1_RGB
class.
Definition
USING:
kernel
;
IN:
raylib.ffi
:
COMPRESSED_DXT1_RGB?
( object -- ? )
\
COMPRESSED_DXT1_RGB
eq?
;