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