Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-nv_fragment_program.lisp
blob2479b23b1a05938ddc9cd3f65c6b3608da71eda4
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 (defglextfun "GetProgramNamedParameterdvNV" get-program-named-parameter-dv-nv
14 :return "void" :args
15 ((:name |id| :type |UInt32| :direction :in)
16 (:name |len| :type |SizeI| :direction :in)
17 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
18 (:name |params| :type |Float64| :direction :out :array t :size #x4))
19 :category "NV_fragment_program" :deprecated nil :version "1.2")
20 (defglextfun "GetProgramNamedParameterfvNV" get-program-named-parameter-fv-nv
21 :return "void" :args
22 ((:name |id| :type |UInt32| :direction :in)
23 (:name |len| :type |SizeI| :direction :in)
24 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
25 (:name |params| :type |Float32| :direction :out :array t :size #x4))
26 :category "NV_fragment_program" :deprecated nil :version "1.2")
27 (defglextfun "ProgramNamedParameter4dvNV" program-named-parameter-4dv-nv
28 :return "void" :args
29 ((:name |id| :type |UInt32| :direction :in)
30 (:name |len| :type |SizeI| :direction :in)
31 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
32 (:name |v| :type |Float64| :direction :in :array t :size #x4))
33 :category "NV_fragment_program" :deprecated nil :version "1.2")
34 (defglextfun "ProgramNamedParameter4fvNV" program-named-parameter-4fv-nv
35 :return "void" :args
36 ((:name |id| :type |UInt32| :direction :in)
37 (:name |len| :type |SizeI| :direction :in)
38 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
39 (:name |v| :type |Float32| :direction :in :array t :size #x4))
40 :category "NV_fragment_program" :deprecated nil :version "1.2")
41 (defglextfun "ProgramNamedParameter4dNV" program-named-parameter-4d-nv :return
42 "void" :args
43 ((:name |id| :type |UInt32| :direction :in)
44 (:name |len| :type |SizeI| :direction :in)
45 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
46 (:name |x| :type |Float64| :direction :in)
47 (:name |y| :type |Float64| :direction :in)
48 (:name |z| :type |Float64| :direction :in)
49 (:name |w| :type |Float64| :direction :in))
50 :category "NV_fragment_program" :deprecated nil :version "1.2")
51 (defglextfun "ProgramNamedParameter4fNV" program-named-parameter-4f-nv :return
52 "void" :args
53 ((:name |id| :type |UInt32| :direction :in)
54 (:name |len| :type |SizeI| :direction :in)
55 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
56 (:name |x| :type |Float32| :direction :in)
57 (:name |y| :type |Float32| :direction :in)
58 (:name |z| :type |Float32| :direction :in)
59 (:name |w| :type |Float32| :direction :in))
60 :category "NV_fragment_program" :deprecated nil :version "1.2")
61 (make-extension-loader |NV_fragment_program|
62 (("GetProgramNamedParameterdvNV" get-program-named-parameter-dv-nv :return
63 "void" :args
64 ((:name |id| :type |UInt32| :direction :in)
65 (:name |len| :type |SizeI| :direction :in)
66 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
67 (:name |params| :type |Float64| :direction :out :array t :size #x4))
68 :category "NV_fragment_program" :deprecated nil :version "1.2")
69 ("GetProgramNamedParameterfvNV" get-program-named-parameter-fv-nv :return
70 "void" :args
71 ((:name |id| :type |UInt32| :direction :in)
72 (:name |len| :type |SizeI| :direction :in)
73 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
74 (:name |params| :type |Float32| :direction :out :array t :size #x4))
75 :category "NV_fragment_program" :deprecated nil :version "1.2")
76 ("ProgramNamedParameter4dvNV" program-named-parameter-4dv-nv :return "void"
77 :args
78 ((:name |id| :type |UInt32| :direction :in)
79 (:name |len| :type |SizeI| :direction :in)
80 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
81 (:name |v| :type |Float64| :direction :in :array t :size #x4))
82 :category "NV_fragment_program" :deprecated nil :version "1.2")
83 ("ProgramNamedParameter4fvNV" program-named-parameter-4fv-nv :return "void"
84 :args
85 ((:name |id| :type |UInt32| :direction :in)
86 (:name |len| :type |SizeI| :direction :in)
87 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
88 (:name |v| :type |Float32| :direction :in :array t :size #x4))
89 :category "NV_fragment_program" :deprecated nil :version "1.2")
90 ("ProgramNamedParameter4dNV" program-named-parameter-4d-nv :return "void"
91 :args
92 ((:name |id| :type |UInt32| :direction :in)
93 (:name |len| :type |SizeI| :direction :in)
94 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
95 (:name |x| :type |Float64| :direction :in)
96 (:name |y| :type |Float64| :direction :in)
97 (:name |z| :type |Float64| :direction :in)
98 (:name |w| :type |Float64| :direction :in))
99 :category "NV_fragment_program" :deprecated nil :version "1.2")
100 ("ProgramNamedParameter4fNV" program-named-parameter-4f-nv :return "void"
101 :args
102 ((:name |id| :type |UInt32| :direction :in)
103 (:name |len| :type |SizeI| :direction :in)
104 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
105 (:name |x| :type |Float32| :direction :in)
106 (:name |y| :type |Float32| :direction :in)
107 (:name |z| :type |Float32| :direction :in)
108 (:name |w| :type |Float32| :direction :in))
109 :category "NV_fragment_program" :deprecated nil :version "1.2")))