Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-sgis_sharpen_texture.lisp
blob1f6d8a9cc9a533a275fb5a9f984bc08313a85ad0
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 (defconstant +color-matrix+ #x80B1)
8 (defconstant +color-matrix-stack-depth+ #x80B2)
9 (defconstant +max-color-matrix-stack-depth+ #x80B3)
10 (defconstant +post-color-matrix-red-scale+ #x80B4)
11 (defconstant +post-color-matrix-green-scale+ #x80B5)
12 (defconstant +post-color-matrix-blue-scale+ #x80B6)
13 (defconstant +post-color-matrix-alpha-scale+ #x80B7)
14 (defconstant +post-color-matrix-red-bias+ #x80B8)
15 (defconstant +post-color-matrix-green-bias+ #x80B9)
16 (defconstant +post-color-matrix-blue-bias+ #x80BA)
17 (defconstant +post-color-matrix-alpha-bias+ #x80BB)
18 (defglextfun "GetSharpenTexFuncSGIS" get-sharpen-tex-func-sgis :return "void"
19 :args
20 ((:name |target| :type |TextureTarget| :direction :in)
21 (:name |points| :type |Float32| :direction :out :array t :size (|target|)))
22 :category "SGIS_sharpen_texture" :deprecated nil :version "1.0")
23 (defglextfun "SharpenTexFuncSGIS" sharpen-tex-func-sgis :return "void" :args
24 ((:name |target| :type |TextureTarget| :direction :in)
25 (:name |n| :type |SizeI| :direction :in)
26 (:name |points| :type |Float32| :direction :in :array t :size n*2))
27 :category "SGIS_sharpen_texture" :deprecated nil :version "1.0")
28 (make-extension-loader |SGIS_sharpen_texture|
29 (("GetSharpenTexFuncSGIS" get-sharpen-tex-func-sgis :return "void" :args
30 ((:name |target| :type |TextureTarget| :direction :in)
31 (:name |points| :type |Float32| :direction :out :array t :size (|target|)))
32 :category "SGIS_sharpen_texture" :deprecated nil :version "1.0")
33 ("SharpenTexFuncSGIS" sharpen-tex-func-sgis :return "void" :args
34 ((:name |target| :type |TextureTarget| :direction :in)
35 (:name |n| :type |SizeI| :direction :in)
36 (:name |points| :type |Float32| :direction :in :array t :size n*2))
37 :category "SGIS_sharpen_texture" :deprecated nil :version "1.0")))