Fixed the nil names of the generator.
[cl-glfw.git] / lib / opengl-sgis_texture_filter4.lisp
blob0348ce615d943e8940d5931e8d3bdeae5071c834
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 ;;;; sgis_texture_filter4
7 (defglextfun
8 (("TexFilterFuncSGIS" tex-filter-func-sgis) :args
9 ((:name |target| :type |TextureTarget| :direction :in)
10 (:name |filter| :type |TextureFilterSGIS| :direction :in)
11 (:name |n| :type |SizeI| :direction :in)
12 (:name |weights| :type |Float32| :direction :in :array t :size n))
13 :return ("void") :category ("SGIS_texture_filter4") :glxflags ("SGI")
14 :version ("1.0") :glxropcode ("2064") :extension nil :glsopcode ("0x0176")
15 :offset ("416")))
16 (defglextfun
17 (("GetTexFilterFuncSGIS" get-tex-filter-func-sgis) :args
18 ((:name |target| :type |TextureTarget| :direction :in)
19 (:name |filter| :type |TextureFilterSGIS| :direction :in)
20 (:name |weights| :type |Float32| :direction :out :array t :size
21 (|target| |filter|)))
22 :return ("void") :category ("SGIS_texture_filter4") :dlflags ("notlistable")
23 :version ("1.0") :glxflags ("SGI") :glxvendorpriv ("4101") :extension nil
24 :glsflags ("get") :glsopcode ("0x0175") :offset ("415")))