Handbook
Glossary
(image-gadget-texture) ( gadget -- texture )
Vocabulary
images
.
viewer
.
private
Inputs
gadget
an
object
Outputs
texture
an
object
Definition
USING:
accessors
kernel
opengl.textures
;
IN:
images.viewer.private
:
(image-gadget-texture)
( gadget -- texture )
dup
image>>
{
0 0
}
<texture>
>>texture
texture>>
;