Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-sgix_igloo_interface.lisp
blobe7359c69cf954d1c26c5df01fd20c4ec4ade4ef9
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
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 ("?")))