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
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
17 :category
"SGIX_igloo_interface" :deprecated nil
:version
"1.0")))