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