bitmask tweak and grid generator
[cl-glfw/dh.git] / lib / opengl-sgix_igloo_interface.lisp
blob0fe6f5a194c87eef4cde807e4c4e32ccdefedcce
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" :version "1.0")