Added Win+Mac notes. Some wishlist aswell.
[cl-glfw/jecs.git] / lib / opengl-sgix_framezoom.lisp
blob55c3e4a37610c22c9ef3a2636dd5b6818bebfead
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl)
5 ;;;; sgix_framezoom
7 (defglextfun "FrameZoomSGIX" frame-zoom-sgix :return "void" :args
8 ((:name |factor| :type |CheckedInt32| :direction :in)) :category
9 "SGIX_framezoom" :version "1.0")