Handbook
Glossary
wrap-set? ( object -- ? )
Vocabulary
gpu
.
textures
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
wrap-set
class.
Definition
USING:
kernel
sequences
;
IN:
gpu.textures
:
wrap-set?
( object -- ? )
dup
sequence?
[
drop
t
]
[
texture-wrap?
]
if
;