framebuffer-incomplete? ( -- status/f )


Vocabulary
opengl.framebuffers

Inputs
None

Outputs
status/fThe framebuffer error code, or f if the framebuffer is render-complete.


Word description
Checks the framebuffer currently bound by glBindFramebuffer or with-framebuffer to see if it is incomplete, i.e., it is not ready to be rendered to.

Definition