Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-nv_parameter_buffer_object.lisp
blob6f9eacd0cfd5500653a1f2fdb8f9f5ce56d97ee8
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_parameter_buffer_object
7 (defconstant +max-program-parameter-buffer-bindings-nv+ #x8DA0)
8 (defconstant +max-program-parameter-buffer-size-nv+ #x8DA1)
9 (defconstant +vertex-program-parameter-buffer-nv+ #x8DA2)
10 (defconstant +geometry-program-parameter-buffer-nv+ #x8DA3)
11 (defconstant +fragment-program-parameter-buffer-nv+ #x8DA4)
12 (defconstant +max-program-generic-attribs-nv+ #x8DA5)
13 (defconstant +max-program-generic-results-nv+ #x8DA6)
14 (defconstant +max-program-parameter-buffer-bindings-nv+ #x8DA0)
15 (defconstant +max-program-parameter-buffer-size-nv+ #x8DA1)
16 (defconstant +vertex-program-parameter-buffer-nv+ #x8DA2)
17 (defconstant +geometry-program-parameter-buffer-nv+ #x8DA3)
18 (defconstant +fragment-program-parameter-buffer-nv+ #x8DA4)
19 (defglextfun "ProgramBufferParametersIuivNV" program-buffer-parameters-i-uiv-nv
20 :return "void" :args
21 ((:name |target| :type |ProgramTarget| :direction :in)
22 (:name |buffer| :type |UInt32| :direction :in)
23 (:name |index| :type |UInt32| :direction :in)
24 (:name |count| :type |SizeI| :direction :in)
25 (:name |params| :type |UInt32| :direction :in :array t :size count))
26 :category "NV_parameter_buffer_object" :deprecated nil :version "1.2")
27 (defglextfun "ProgramBufferParametersIivNV" program-buffer-parameters-i-iv-nv
28 :return "void" :args
29 ((:name |target| :type |ProgramTarget| :direction :in)
30 (:name |buffer| :type |UInt32| :direction :in)
31 (:name |index| :type |UInt32| :direction :in)
32 (:name |count| :type |SizeI| :direction :in)
33 (:name |params| :type |Int32| :direction :in :array t :size count))
34 :category "NV_parameter_buffer_object" :deprecated nil :version "1.2")
35 (defglextfun "ProgramBufferParametersfvNV" program-buffer-parameters-fv-nv
36 :return "void" :args
37 ((:name |target| :type |ProgramTarget| :direction :in)
38 (:name |buffer| :type |UInt32| :direction :in)
39 (:name |index| :type |UInt32| :direction :in)
40 (:name |count| :type |SizeI| :direction :in)
41 (:name |params| :type |Float32| :direction :in :array t :size count))
42 :category "NV_parameter_buffer_object" :deprecated nil :version "1.2")
43 (make-extension-loader |NV_parameter_buffer_object|
44 (("ProgramBufferParametersIuivNV" program-buffer-parameters-i-uiv-nv :return
45 "void" :args
46 ((:name |target| :type |ProgramTarget| :direction :in)
47 (:name |buffer| :type |UInt32| :direction :in)
48 (:name |index| :type |UInt32| :direction :in)
49 (:name |count| :type |SizeI| :direction :in)
50 (:name |params| :type |UInt32| :direction :in :array t :size count))
51 :category "NV_parameter_buffer_object" :deprecated nil :version "1.2")
52 ("ProgramBufferParametersIivNV" program-buffer-parameters-i-iv-nv :return
53 "void" :args
54 ((:name |target| :type |ProgramTarget| :direction :in)
55 (:name |buffer| :type |UInt32| :direction :in)
56 (:name |index| :type |UInt32| :direction :in)
57 (:name |count| :type |SizeI| :direction :in)
58 (:name |params| :type |Int32| :direction :in :array t :size count))
59 :category "NV_parameter_buffer_object" :deprecated nil :version "1.2")
60 ("ProgramBufferParametersfvNV" program-buffer-parameters-fv-nv :return "void"
61 :args
62 ((:name |target| :type |ProgramTarget| :direction :in)
63 (:name |buffer| :type |UInt32| :direction :in)
64 (:name |index| :type |UInt32| :direction :in)
65 (:name |count| :type |SizeI| :direction :in)
66 (:name |params| :type |Float32| :direction :in :array t :size count))
67 :category "NV_parameter_buffer_object" :deprecated nil :version "1.2")))