Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-sgis_sharpen_texture.lisp
blobf1abda5ba4da4e831eb1b15968622e9d0641182d
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 "GetSharpenTexFuncSGIS" get-sharpen-tex-func-sgis :return "void"
8 :args
9 ((:name |target| :type |TextureTarget| :direction :in)
10 (:name |points| :type |Float32| :direction :out :array t :size (|target|)))
11 :category "SGIS_sharpen_texture" :deprecated nil :version "1.0")
12 (defglextfun "SharpenTexFuncSGIS" sharpen-tex-func-sgis :return "void" :args
13 ((:name |target| :type |TextureTarget| :direction :in)
14 (:name |n| :type |SizeI| :direction :in)
15 (:name |points| :type |Float32| :direction :in :array t :size n*2))
16 :category "SGIS_sharpen_texture" :deprecated nil :version "1.0")
17 (make-extension-loader |SGIS_sharpen_texture|
18 (("GetSharpenTexFuncSGIS" get-sharpen-tex-func-sgis :return "void" :args
19 ((:name |target| :type |TextureTarget| :direction :in)
20 (:name |points| :type |Float32| :direction :out :array t :size (|target|)))
21 :category "SGIS_sharpen_texture" :deprecated nil :version "1.0")
22 ("SharpenTexFuncSGIS" sharpen-tex-func-sgis :return "void" :args
23 ((:name |target| :type |TextureTarget| :direction :in)
24 (:name |n| :type |SizeI| :direction :in)
25 (:name |points| :type |Float32| :direction :in :array t :size n*2))
26 :category "SGIS_sharpen_texture" :deprecated nil :version "1.0")))