Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ext_index_func.lisp
blob85a36fbc4be2d98e6d746ca4acc1c2194c96e0c9
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
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 (defglextfun
11 (("IndexFuncEXT" index-func-ext) :args
12 ((:name |func| :type |IndexFunctionEXT| :direction :in)
13 (:name |ref| :type |ClampedFloat32| :direction :in))
14 :return ("void") :category ("EXT_index_func") :version ("1.1") :extension
15 ("soft") :glxflags ("ignore") :glsopcode ("0x01D2") :offset ("539")))