Handbook
Glossary
keep-same-texture? ( image-gadget -- ? )
Vocabulary
images
.
viewer
.
private
Inputs
image-gadget
an
object
Outputs
?
an
object
Definition
USING:
accessors
combinators.short-circuit
opengl.textures.private
;
IN:
images.viewer.private
:
keep-same-texture?
( image-gadget -- ? )
{
[
texture>>
single-texture?
]
[
same-size?
]
[
same-internal-format?
]
}
1&&
;