unbind   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/external/gl/gl-objects2.xtm

Implementation

(bind-func unbind
  (lambda (fbo:FBO*)
    (glBindFramebuffer GL_FRAMEBUFFER 0)
    (id fbo)))


Back to Index

Similar Entries