Handbook
Glossary
texture-dim ( texture -- dim )
Vocabulary
opengl
.
textures
.
private
Inputs
texture
an
object
Outputs
dim
an
object
Definition
USING:
accessors
kernel
math
sequences
;
IN:
opengl.textures.private
:
texture-dim
( texture -- dim )
[
dim>>
]
[
image>>
]
bi
2x?>>
[
[
2.0
/
]
map
]
when
;