Handbook
Glossary
(attach-framebuffer-texture) ( texture attachment -- )
Vocabulary
bunny
.
outlined
Inputs
texture
an
object
attachment
an
object
Outputs
None
Definition
USING:
opengl
opengl.gl
;
IN:
bunny.outlined
::
(attach-framebuffer-texture)
( texture attachment -- )
GL_DRAW_FRAMEBUFFER
attachment
GL_TEXTURE_2D
texture 0
glFramebufferTexture2D
gl-error
;