<texture-2d-array> ( component-order component-type parameters -- texture )


Vocabulary
gpu.textures

Inputs
component-ordera component-order
component-typea component-type
parametersa texture-parameters


Outputs
texturea texture-2d-array


Word description
Creates a new two-dimensional array 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 the texture.

Notes
Array textures require OpenGL 3.0 or the GL_EXT_texture_array extension.

See also
texture-2d-array

Definition


: <texture-2d-array>
( component-order component-type parameters -- texture )
texture-2d-array <texture> ; inline