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