Removed unused functions
[cl-glfw.git] / lib / opengl-sgix_framezoom.lisp
blobbc3925c90761ee4597c69560d64749b8ced6b9aa
1 ;;;; This file was automatically generated by nil
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")))