Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-sgis_sharpen_texture.lisp
blobb4e79d564f62b1d74af0497935cedd3d06baa63c
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_sharpen_texture
7 (defglextfun
8 (("GetSharpenTexFuncSGIS" get-sharpen-tex-func-sgis) :args
9 ((:name |target| :type |TextureTarget| :direction :in)
10 (:name |points| :type |Float32| :direction :out :array t :size (|target|)))
11 :return ("void") :category ("SGIS_sharpen_texture") :dlflags ("notlistable")
12 :version ("1.0") :glxflags ("SGI") :glxvendorpriv ("4097") :extension nil
13 :glsflags ("get") :glsopcode ("0x0166") :offset ("445")))
14 (defglextfun
15 (("SharpenTexFuncSGIS" sharpen-tex-func-sgis) :args
16 ((:name |target| :type |TextureTarget| :direction :in)
17 (:name |n| :type |SizeI| :direction :in)
18 (:name |points| :type |Float32| :direction :in :array t :size n*2))
19 :return ("void") :category ("SGIS_sharpen_texture") :glxflags ("SGI")
20 :version ("1.0") :glxropcode ("2052") :extension nil :glsopcode ("0x0165")
21 :offset ("444")))