Removed unused functions
[cl-glfw.git] / lib / opengl-ext_index_func.lisp
blobf1aafe8c64b2588ff2d9661fb7bdf0684c06f3ee
1 ;;;; This file was automatically generated by nil
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
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")))