Formatting of a comment of old code.
[cl-glfw.git] / lib / opengl-sgis_pixel_texture.lisp
blob727e2e0392089e1930df485700e831e277d9494b
2 (in-package #:gl)
4 ;;;; SGIS_pixel_texture
6 (defconstant +pixel-group-color-sgis+ #x8356)
7 (defconstant +pixel-group-color-sgis+ #x8356)
8 (defglextfun
9 (("GetPixelTexGenParameterfvSGIS" get-pixel-tex-gen-parameter-fv-sgis) :args
10 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
11 (:name |params| :type |CheckedFloat32| :direction :out :array t :size
12 (|pname|)))
13 :return ("void") :dlflags ("notlistable") :category ("SGIS_pixel_texture")
14 :version ("1.0") :extension nil :glxvendorpriv ("?") :glxflags ("ignore")
15 :glsflags ("get") :glsopcode ("0x0197") :offset ("436")))
16 (defglextfun
17 (("GetPixelTexGenParameterivSGIS" get-pixel-tex-gen-parameter-iv-sgis) :args
18 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
19 (:name |params| :type |CheckedInt32| :direction :out :array t :size
20 (|pname|)))
21 :return ("void") :dlflags ("notlistable") :category ("SGIS_pixel_texture")
22 :version ("1.0") :extension nil :glxvendorpriv ("?") :glxflags ("ignore")
23 :glsflags ("get") :glsopcode ("0x0196") :offset ("435")))
24 (defglextfun
25 (("PixelTexGenParameterfvSGIS" pixel-tex-gen-parameter-fv-sgis) :args
26 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
27 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
28 (|pname|)))
29 :return ("void") :category ("SGIS_pixel_texture") :version ("1.0") :extension
30 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("gl-enum") :glsopcode
31 ("0x0195") :offset ("434")))
32 (defglextfun
33 (("PixelTexGenParameterfSGIS" pixel-tex-gen-parameter-f-sgis) :args
34 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
35 (:name |param| :type |CheckedFloat32| :direction :in))
36 :return ("void") :category ("SGIS_pixel_texture") :version ("1.0") :extension
37 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("gl-enum") :glsopcode
38 ("0x0194") :offset ("433")))
39 (defglextfun
40 (("PixelTexGenParameterivSGIS" pixel-tex-gen-parameter-iv-sgis) :args
41 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
42 (:name |params| :type |CheckedInt32| :direction :in :array t :size
43 (|pname|)))
44 :return ("void") :category ("SGIS_pixel_texture") :version ("1.0") :extension
45 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("gl-enum") :glsopcode
46 ("0x0193") :offset ("432")))
47 (defglextfun
48 (("PixelTexGenParameteriSGIS" pixel-tex-gen-parameter-i-sgis) :args
49 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
50 (:name |param| :type |CheckedInt32| :direction :in))
51 :return ("void") :category ("SGIS_pixel_texture") :version ("1.0") :extension
52 nil :glxropcode ("?") :glxflags ("ignore") :glsflags ("gl-enum") :glsopcode
53 ("0x0192") :offset ("431")))