<texture-1d-attachment> ( texture level -- texture-1d-attachment )


Vocabulary
gpu.framebuffers

Inputs
texturea texture-data-target
levelan integer


Outputs
texture-1d-attachmenta texture-1d-attachment


Word description
Constructs a framebuffer-attachment to the levelth level of detail of one-dimensional texture texture.

Notes
User-created framebuffer objects require OpenGL 3.0 or one of the GL_ARB_framebuffer_object or GL_EXT_framebuffer_object extensions.

See also
texture-1d-attachment

Definition