Author: D Herring <dherring@at.tentpost.dot.com>
[cl-glfw.git] / lib / opengl-ext_index_func.lisp
blob88f728f8aec9d07c177180ddeee21ed0caf1a1d6
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 (defglextfun "IndexFuncEXT" index-func-ext :return "void" :args
11 ((:name |func| :type |IndexFunctionEXT| :direction :in)
12 (:name |ref| :type |ClampedFloat32| :direction :in))
13 :category "EXT_index_func" :version "1.1")