Handbook
Glossary
texture-size ( texture -- dim )
Vocabulary
images
.
viewer
.
private
Inputs
texture
an
object
Outputs
dim
an
object
Definition
IN:
images.viewer.private
GENERIC:
texture-size
( texture -- dim )
Methods
USING:
accessors
images.viewer.private
opengl.textures.private
;
M:
multi-texture
texture-size
grid>>
grid-dim
;
USING:
accessors
images.viewer.private
opengl.textures.private
;
M:
single-texture
texture-size
dim>>
;