Handbook
Glossary
<texture-cube-map> ( component-order component-type parameters -- texture )
Vocabulary
gpu
.
textures
Inputs
component-order
a
component-order
component-type
a
component-type
parameters
a
texture-parameters
Outputs
texture
a
texture-cube-map
Word description
Creates a new cube map texture. The new texture starts out with no image data;
allocate-texture
or
allocate-texture-image
must be used to allocate memory for the required levels of detail of each
cube-map-face
of the new texture.
See also
texture-cube-map
Definition
USING:
gpu.textures.private
;
IN:
gpu.textures
:
<texture-cube-map>
( component-order component-type parameters -- texture )
texture-cube-map
<texture>
;
inline