Added extra test platform.
[cl-glfw.git] / lib / opengl-sgix_igloo_interface.lisp
blob058468c00e2ac3faff492955e2516cdd4b56d907
2 (in-package #:gl)
4 ;;;; SGIX_igloo_interface
6 (defglextfun
7 (("IglooInterfaceSGIX" igloo-interface-sgix) :args
8 ((:name |pname| :type |IglooFunctionSelectSGIX| :direction :in)
9 (:name |params| :type |IglooParameterSGIX| :direction :in :array t :size
10 (|pname|)))
11 :return ("void") :dlflags ("notlistable") :category ("SGIX_igloo_interface")
12 :version ("1.0") :glxflags ("SGI" "ignore") :extension nil :glxropcode
13 ("200") :glsopcode ("0x0183") :offset ("?")))