Cut-out empty enum groups earlier (results in reordering of exports) and...
[cl-glfw/jecs.git] / lib / opengl-sgix_igloo_interface.lisp
blobd5b985fd3086f64f676ca587e3e8bdcdde345e95
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_igloo_interface
7 (defglextfun
8 (("IglooInterfaceSGIX" igloo-interface-sgix) :args
9 ((:name |pname| :type |IglooFunctionSelectSGIX| :direction :in)
10 (:name |params| :type |IglooParameterSGIX| :direction :in :array t :size
11 (|pname|)))
12 :return ("void") :dlflags ("notlistable") :category ("SGIX_igloo_interface")
13 :version ("1.0") :glxflags ("SGI" "ignore") :extension nil :glxropcode
14 ("200") :glsopcode ("0x0183") :offset ("?")))