(define tmp (u32vector 0)) (glGenBuffers 1 tmp) (define VBO (u32vector-ref tmp 0)) ;; using the gl-utils egg: (define VBO (gen-buffer))