Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-sgis_texture_filter4.lisp
blobb8279d83ee38c1252db58bc4f1c99a56b3e998a4
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
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")))