attribs   xtlang


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

Implementation

(bind-func attribs
  (lambda (vao:VAO*)
    (if (null? vao)
        VAO_NULL_ATTRIBS
        (tref-ptr vao 1))))


Back to Index