mplisp

miniPicoLisp with FFI and modules for Buddy BDD library, OpenGL, Gtk and GMP
git clone https://logand.com/git/mplisp.git/
Log | Files | Refs

glu.ffi.h (155B)


      1 any cfun_gluDeleteQuadric(any ex);
      2 any cfun_gluDisk(any ex);
      3 any cfun_gluNewQuadric(any ex);
      4 any cfun_gluOrtho2D(any ex);
      5 any cfun_gluPerspective(any ex);