Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-sgis_pixel_texture.lisp
blobf6d6ac13a86faa85fc6e17a1cf5c955ef1176297
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_pixel_texture
7 (defconstant +pixel-group-color-sgis+ #x8356)
8 (defconstant +pixel-group-color-sgis+ #x8356)
9 (defglextfun "GetPixelTexGenParameterfvSGIS"
10 get-pixel-tex-gen-parameter-fv-sgis :return "void" :args
11 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
12 (:name |params| :type |CheckedFloat32| :direction :out :array t :size
13 (|pname|)))
14 :category "SGIS_pixel_texture" :deprecated nil :version "1.0")
15 (defglextfun "GetPixelTexGenParameterivSGIS"
16 get-pixel-tex-gen-parameter-iv-sgis :return "void" :args
17 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
18 (:name |params| :type |CheckedInt32| :direction :out :array t :size
19 (|pname|)))
20 :category "SGIS_pixel_texture" :deprecated nil :version "1.0")
21 (defglextfun "PixelTexGenParameterfvSGIS" pixel-tex-gen-parameter-fv-sgis
22 :return "void" :args
23 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
24 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
25 (|pname|)))
26 :category "SGIS_pixel_texture" :deprecated nil :version "1.0")
27 (defglextfun "PixelTexGenParameterfSGIS" pixel-tex-gen-parameter-f-sgis :return
28 "void" :args
29 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
30 (:name |param| :type |CheckedFloat32| :direction :in))
31 :category "SGIS_pixel_texture" :deprecated nil :version "1.0")
32 (defglextfun "PixelTexGenParameterivSGIS" pixel-tex-gen-parameter-iv-sgis
33 :return "void" :args
34 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
35 (:name |params| :type |CheckedInt32| :direction :in :array t :size
36 (|pname|)))
37 :category "SGIS_pixel_texture" :deprecated nil :version "1.0")
38 (defglextfun "PixelTexGenParameteriSGIS" pixel-tex-gen-parameter-i-sgis :return
39 "void" :args
40 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
41 (:name |param| :type |CheckedInt32| :direction :in))
42 :category "SGIS_pixel_texture" :deprecated nil :version "1.0")
43 (make-extension-loader |SGIS_pixel_texture|
44 (("GetPixelTexGenParameterfvSGIS" get-pixel-tex-gen-parameter-fv-sgis :return
45 "void" :args
46 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
47 (:name |params| :type |CheckedFloat32| :direction :out :array t :size
48 (|pname|)))
49 :category "SGIS_pixel_texture" :deprecated nil :version "1.0")
50 ("GetPixelTexGenParameterivSGIS" get-pixel-tex-gen-parameter-iv-sgis :return
51 "void" :args
52 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
53 (:name |params| :type |CheckedInt32| :direction :out :array t :size
54 (|pname|)))
55 :category "SGIS_pixel_texture" :deprecated nil :version "1.0")
56 ("PixelTexGenParameterfvSGIS" pixel-tex-gen-parameter-fv-sgis :return "void"
57 :args
58 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
59 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
60 (|pname|)))
61 :category "SGIS_pixel_texture" :deprecated nil :version "1.0")
62 ("PixelTexGenParameterfSGIS" pixel-tex-gen-parameter-f-sgis :return "void"
63 :args
64 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
65 (:name |param| :type |CheckedFloat32| :direction :in))
66 :category "SGIS_pixel_texture" :deprecated nil :version "1.0")
67 ("PixelTexGenParameterivSGIS" pixel-tex-gen-parameter-iv-sgis :return "void"
68 :args
69 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
70 (:name |params| :type |CheckedInt32| :direction :in :array t :size
71 (|pname|)))
72 :category "SGIS_pixel_texture" :deprecated nil :version "1.0")
73 ("PixelTexGenParameteriSGIS" pixel-tex-gen-parameter-i-sgis :return "void"
74 :args
75 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
76 (:name |param| :type |CheckedInt32| :direction :in))
77 :category "SGIS_pixel_texture" :deprecated nil :version "1.0")))