Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-ext_index_func.lisp
blob9dc87e68b75653ea76469f166a52c321c279ca18
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 ;;;; ext_index_func
7 (defconstant +index-test-ext+ #x81B5)
8 (defconstant +index-test-func-ext+ #x81B6)
9 (defconstant +index-test-ref-ext+ #x81B7)
10 (defconstant +index-test-ext+ #x81B5)
11 (defconstant +index-test-func-ext+ #x81B6)
12 (defconstant +index-test-ref-ext+ #x81B7)
13 (defglextfun "IndexFuncEXT" index-func-ext :return "void" :args
14 ((:name |func| :type |IndexFunctionEXT| :direction :in)
15 (:name |ref| :type |ClampedFloat32| :direction :in))
16 :category "EXT_index_func" :deprecated nil :version "1.1")
17 (make-extension-loader |EXT_index_func|
18 (("IndexFuncEXT" index-func-ext :return "void" :args
19 ((:name |func| :type |IndexFunctionEXT| :direction :in)
20 (:name |ref| :type |ClampedFloat32| :direction :in))
21 :category "EXT_index_func" :deprecated nil :version "1.1")))