<texture-data> ( ptr component-order component-type -- texture-data )


Vocabulary
gpu.textures

Inputs
ptra gpu-data-ptr
component-ordera component-order
component-typea component-type


Outputs
texture-dataa texture-data


Word description
Constructs a new texture-data tuple.

Notes
Using a buffer-ptr as the ptr of a texture-data object requires OpenGL 2.1 or later or the GL_ARB_pixel_buffer_object extension.

See also
texture-data

Definition


: <texture-data>
( ptr component-order component-type -- texture-data )
\ texture-data boa ; inline