Hack to make it work with CCL
[cl-glfw.git] / lib / opengl-ext_index_func.lisp
blobb0da3e7c4fba734374e6d92d4973e23c3fdbacd7
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")