Cut-out empty enum groups earlier (results in reordering of exports) and...
[cl-glfw/jecs.git] / lib / opengl-sgix_framezoom.lisp
blob983ac823d56559fedbdadf2fc6491b5aa56a7944
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
8 (("FrameZoomSGIX" frame-zoom-sgix) :args
9 ((:name |factor| :type |CheckedInt32| :direction :in)) :return ("void")
10 :category ("SGIX_framezoom") :version ("1.0") :glxflags ("SGI") :glxropcode
11 ("2072") :extension nil :glsopcode ("0x0182") :offset ("466")))