Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-sgix_igloo_interface.lisp
blob1e151333a18825b513ef48aa4af157266f4ae4e2
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 "IglooInterfaceSGIX" igloo-interface-sgix :return "void" :args
8 ((:name |pname| :type |IglooFunctionSelectSGIX| :direction :in)
9 (:name |params| :type |IglooParameterSGIX| :direction :in :array t :size
10 (|pname|)))
11 :category "SGIX_igloo_interface" :deprecated nil :version "1.0")
12 (make-extension-loader |SGIX_igloo_interface|
13 (("IglooInterfaceSGIX" igloo-interface-sgix :return "void" :args
14 ((:name |pname| :type |IglooFunctionSelectSGIX| :direction :in)
15 (:name |params| :type |IglooParameterSGIX| :direction :in :array t :size
16 (|pname|)))
17 :category "SGIX_igloo_interface" :deprecated nil :version "1.0")))