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


Vocabulary
gpu.framebuffers

Inputs
texturea texture-data-target
levelan integer


Outputs
texture-2d-attachmenta texture-2d-attachment


Word description
Constructs a framebuffer-attachment to the levelth level of detail of two-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-2d-attachment

Definition