Fixed the nil names of the generator.
[cl-glfw.git] / lib / opengl-ext_gpu_program_parameters.lisp
blob8fba8b32c47cdb83ce941aa59382bf87edd55138
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 ;;;; ext_gpu_program_parameters
7 (defglextfun
8 (("ProgramLocalParameters4fvEXT" program-local-parameters-4fv-ext) :args
9 ((:name |target| :type |ProgramTargetARB| :direction :in)
10 (:name |index| :type |UInt32| :direction :in)
11 (:name |count| :type |SizeI| :direction :in)
12 (:name |params| :type |Float32| :direction :in :array t :size count*4))
13 :return ("void") :category ("EXT_gpu_program_parameters") :version ("1.2")
14 :glxropcode ("4282") :glsopcode ("?") :offset ("?")))
15 (defglextfun
16 (("ProgramEnvParameters4fvEXT" program-env-parameters-4fv-ext) :args
17 ((:name |target| :type |ProgramTargetARB| :direction :in)
18 (:name |index| :type |UInt32| :direction :in)
19 (:name |count| :type |SizeI| :direction :in)
20 (:name |params| :type |Float32| :direction :in :array t :size count*4))
21 :return ("void") :category ("EXT_gpu_program_parameters") :version ("1.2")
22 :glxropcode ("4281") :glsopcode ("?") :offset ("?")))