Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-nv_fragment_program.lisp
blob7be1f244570ba26389e1d63939e69cfc858dcb59
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 +fragment-program-nv+ #x8870)
9 (defconstant +max-texture-coords-nv+ #x8871)
10 (defconstant +max-texture-image-units-nv+ #x8872)
11 (defconstant +fragment-program-binding-nv+ #x8873)
12 (defconstant +program-error-string-nv+ #x8874)
13 (defglextfun
14 (("GetProgramNamedParameterdvNV" get-program-named-parameter-dv-nv) :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 :return ("void") :category ("NV_fragment_program") :dlflags ("notlistable")
20 :version ("1.2") :extension nil :glxsingle ("?") :glxflags ("ignore")
21 :glsflags ("get") :glsopcode ("?") :offset ("687")))
22 (defglextfun
23 (("GetProgramNamedParameterfvNV" get-program-named-parameter-fv-nv) :args
24 ((:name |id| :type |UInt32| :direction :in)
25 (:name |len| :type |SizeI| :direction :in)
26 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
27 (:name |params| :type |Float32| :direction :out :array t :size #x4))
28 :return ("void") :category ("NV_fragment_program") :dlflags ("notlistable")
29 :version ("1.2") :extension nil :glxsingle ("?") :glxflags ("ignore")
30 :glsflags ("get") :glsopcode ("?") :offset ("686")))
31 (defglextfun
32 (("ProgramNamedParameter4dvNV" program-named-parameter-4dv-nv) :args
33 ((:name |id| :type |UInt32| :direction :in)
34 (:name |len| :type |SizeI| :direction :in)
35 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
36 (:name |v| :type |Float64| :direction :in :array t :size #x4))
37 :return ("void") :category ("NV_fragment_program") :version ("1.2")
38 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?")
39 :offset ("685")))
40 (defglextfun
41 (("ProgramNamedParameter4fvNV" program-named-parameter-4fv-nv) :args
42 ((:name |id| :type |UInt32| :direction :in)
43 (:name |len| :type |SizeI| :direction :in)
44 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
45 (:name |v| :type |Float32| :direction :in :array t :size #x4))
46 :return ("void") :category ("NV_fragment_program") :version ("1.2")
47 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?")
48 :offset ("684")))
49 (defglextfun
50 (("ProgramNamedParameter4dNV" program-named-parameter-4d-nv) :args
51 ((:name |id| :type |UInt32| :direction :in)
52 (:name |len| :type |SizeI| :direction :in)
53 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
54 (:name |x| :type |Float64| :direction :in)
55 (:name |y| :type |Float64| :direction :in)
56 (:name |z| :type |Float64| :direction :in)
57 (:name |w| :type |Float64| :direction :in))
58 :return ("void") :category ("NV_fragment_program") :version ("1.2")
59 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?")
60 :offset ("683")))
61 (defglextfun
62 (("ProgramNamedParameter4fNV" program-named-parameter-4f-nv) :args
63 ((:name |id| :type |UInt32| :direction :in)
64 (:name |len| :type |SizeI| :direction :in)
65 (:name |name| :type |UInt8| :direction :in :array t :size #x1)
66 (:name |x| :type |Float32| :direction :in)
67 (:name |y| :type |Float32| :direction :in)
68 (:name |z| :type |Float32| :direction :in)
69 (:name |w| :type |Float32| :direction :in))
70 :return ("void") :category ("NV_fragment_program") :version ("1.2")
71 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?")
72 :offset ("682")))