Handbook
Glossary
mag-filter<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
mag-filter<<
( value object -- )
Methods
USING:
accessors
gpu.textures
kernel
slots
slots.private
;
M:
texture-parameters
mag-filter<<
[
dup
texture-filter?
[
\
texture-filter
bad-slot-value
]
unless
]
dip
5
set-slot
;
inline