Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw.git] / lib / opengl-sgis_texture_filter4.lisp
blob9c6ef8804feec2d75ea4b00051812f9c115dcbe9
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 "TexFilterFuncSGIS" tex-filter-func-sgis :return "void" :args
8 ((:name |target| :type |TextureTarget| :direction :in)
9 (:name |filter| :type |TextureFilterSGIS| :direction :in)
10 (:name |n| :type |SizeI| :direction :in)
11 (:name |weights| :type |Float32| :direction :in :array t :size n))
12 :category "SGIS_texture_filter4" :version "1.0")
13 (defglextfun "GetTexFilterFuncSGIS" get-tex-filter-func-sgis :return "void"
14 :args
15 ((:name |target| :type |TextureTarget| :direction :in)
16 (:name |filter| :type |TextureFilterSGIS| :direction :in)
17 (:name |weights| :type |Float32| :direction :out :array t :size
18 (|target| |filter|)))
19 :category "SGIS_texture_filter4" :version "1.0")