Handbook
Glossary
(reflection-face) ( gadget face -- )
Vocabulary
spheres
Inputs
gadget
an
object
face
an
object
Outputs
None
Definition
USING:
accessors
kernel
opengl.framebuffers
opengl.gl
;
IN:
spheres
:
(reflection-face)
( gadget face -- )
swap
reflection-texture>>
[
GL_DRAW_FRAMEBUFFER
GL_COLOR_ATTACHMENT0
]
2dip
0
glFramebufferTexture2D
check-framebuffer
;