Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-nv_fragment_program.lisp
blobb8846590147f3b4088cd16d442a8cc32a36e4fd9
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 ;;;; nv_fragment_program
7 (defconstant +max-fragment-program-local-parameters-nv+ #x8868)
8 (defconstant +max-vertex-attribs+ #x8869)
9 (defconstant +vertex-attrib-array-normalized+ #x886A)
10 (defconstant +max-vertex-attribs-arb+ #x8869)
11 (defconstant +vertex-attrib-array-normalized-arb+ #x886A)
12 (defconstant +max-fragment-program-local-parameters-nv+ #x8868)
13 (defconstant +fragment-program-nv+ #x8870)
14 (defconstant +max-texture-coords-nv+ #x8871)
15 (defconstant +max-texture-image-units-nv+ #x8872)
16 (defconstant +fragment-program-binding-nv+ #x8873)
17 (defconstant +program-error-string-nv+ #x8874)
18 (defglextfun "GetProgramNamedParameterdvNV" get-program-named-parameter-dv-nv
19 :return "void" :args
20 ((:name |id| :type |UInt32| :direction :in)
21 (:name |len| :type |SizeI| :direction :in)
22 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
23 (:name |params| :type |Float64| :direction :out :array t :size #x4))
24 :category "NV_fragment_program" :deprecated nil :version "1.2")
25 (defglextfun "GetProgramNamedParameterfvNV" get-program-named-parameter-fv-nv
26 :return "void" :args
27 ((:name |id| :type |UInt32| :direction :in)
28 (:name |len| :type |SizeI| :direction :in)
29 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
30 (:name |params| :type |Float32| :direction :out :array t :size #x4))
31 :category "NV_fragment_program" :deprecated nil :version "1.2")
32 (defglextfun "ProgramNamedParameter4dvNV" program-named-parameter-4dv-nv
33 :return "void" :args
34 ((:name |id| :type |UInt32| :direction :in)
35 (:name |len| :type |SizeI| :direction :in)
36 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
37 (:name |v| :type |Float64| :direction :in :array t :size #x4))
38 :category "NV_fragment_program" :deprecated nil :version "1.2")
39 (defglextfun "ProgramNamedParameter4fvNV" program-named-parameter-4fv-nv
40 :return "void" :args
41 ((:name |id| :type |UInt32| :direction :in)
42 (:name |len| :type |SizeI| :direction :in)
43 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
44 (:name |v| :type |Float32| :direction :in :array t :size #x4))
45 :category "NV_fragment_program" :deprecated nil :version "1.2")
46 (defglextfun "ProgramNamedParameter4dNV" program-named-parameter-4d-nv :return
47 "void" :args
48 ((:name |id| :type |UInt32| :direction :in)
49 (:name |len| :type |SizeI| :direction :in)
50 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
51 (:name |x| :type |Float64| :direction :in)
52 (:name |y| :type |Float64| :direction :in)
53 (:name |z| :type |Float64| :direction :in)
54 (:name |w| :type |Float64| :direction :in))
55 :category "NV_fragment_program" :deprecated nil :version "1.2")
56 (defglextfun "ProgramNamedParameter4fNV" program-named-parameter-4f-nv :return
57 "void" :args
58 ((:name |id| :type |UInt32| :direction :in)
59 (:name |len| :type |SizeI| :direction :in)
60 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
61 (:name |x| :type |Float32| :direction :in)
62 (:name |y| :type |Float32| :direction :in)
63 (:name |z| :type |Float32| :direction :in)
64 (:name |w| :type |Float32| :direction :in))
65 :category "NV_fragment_program" :deprecated nil :version "1.2")
66 (make-extension-loader |NV_fragment_program|
67 (("GetProgramNamedParameterdvNV" get-program-named-parameter-dv-nv :return
68 "void" :args
69 ((:name |id| :type |UInt32| :direction :in)
70 (:name |len| :type |SizeI| :direction :in)
71 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
72 (:name |params| :type |Float64| :direction :out :array t :size #x4))
73 :category "NV_fragment_program" :deprecated nil :version "1.2")
74 ("GetProgramNamedParameterfvNV" get-program-named-parameter-fv-nv :return
75 "void" :args
76 ((:name |id| :type |UInt32| :direction :in)
77 (:name |len| :type |SizeI| :direction :in)
78 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
79 (:name |params| :type |Float32| :direction :out :array t :size #x4))
80 :category "NV_fragment_program" :deprecated nil :version "1.2")
81 ("ProgramNamedParameter4dvNV" program-named-parameter-4dv-nv :return "void"
82 :args
83 ((:name |id| :type |UInt32| :direction :in)
84 (:name |len| :type |SizeI| :direction :in)
85 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
86 (:name |v| :type |Float64| :direction :in :array t :size #x4))
87 :category "NV_fragment_program" :deprecated nil :version "1.2")
88 ("ProgramNamedParameter4fvNV" program-named-parameter-4fv-nv :return "void"
89 :args
90 ((:name |id| :type |UInt32| :direction :in)
91 (:name |len| :type |SizeI| :direction :in)
92 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
93 (:name |v| :type |Float32| :direction :in :array t :size #x4))
94 :category "NV_fragment_program" :deprecated nil :version "1.2")
95 ("ProgramNamedParameter4dNV" program-named-parameter-4d-nv :return "void"
96 :args
97 ((:name |id| :type |UInt32| :direction :in)
98 (:name |len| :type |SizeI| :direction :in)
99 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
100 (:name |x| :type |Float64| :direction :in)
101 (:name |y| :type |Float64| :direction :in)
102 (:name |z| :type |Float64| :direction :in)
103 (:name |w| :type |Float64| :direction :in))
104 :category "NV_fragment_program" :deprecated nil :version "1.2")
105 ("ProgramNamedParameter4fNV" program-named-parameter-4f-nv :return "void"
106 :args
107 ((:name |id| :type |UInt32| :direction :in)
108 (:name |len| :type |SizeI| :direction :in)
109 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
110 (:name |x| :type |Float32| :direction :in)
111 (:name |y| :type |Float32| :direction :in)
112 (:name |z| :type |Float32| :direction :in)
113 (:name |w| :type |Float32| :direction :in))
114 :category "NV_fragment_program" :deprecated nil :version "1.2")))