Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ext_gpu_program_parameters.lisp
blob19ba70d4b827db2988eba51c1ea34cbedac218d1
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 "ProgramLocalParameters4fvEXT" program-local-parameters-4fv-ext
8 :return "void" :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 :category "EXT_gpu_program_parameters" :deprecated nil :version "1.2")
14 (defglextfun "ProgramEnvParameters4fvEXT" program-env-parameters-4fv-ext
15 :return "void" :args
16 ((:name |target| :type |ProgramTargetARB| :direction :in)
17 (:name |index| :type |UInt32| :direction :in)
18 (:name |count| :type |SizeI| :direction :in)
19 (:name |params| :type |Float32| :direction :in :array t :size count*4))
20 :category "EXT_gpu_program_parameters" :deprecated nil :version "1.2")
21 (make-extension-loader |EXT_gpu_program_parameters|
22 (("ProgramLocalParameters4fvEXT" program-local-parameters-4fv-ext :return
23 "void" :args
24 ((:name |target| :type |ProgramTargetARB| :direction :in)
25 (:name |index| :type |UInt32| :direction :in)
26 (:name |count| :type |SizeI| :direction :in)
27 (:name |params| :type |Float32| :direction :in :array t :size count*4))
28 :category "EXT_gpu_program_parameters" :deprecated nil :version "1.2")
29 ("ProgramEnvParameters4fvEXT" program-env-parameters-4fv-ext :return "void"
30 :args
31 ((:name |target| :type |ProgramTargetARB| :direction :in)
32 (:name |index| :type |UInt32| :direction :in)
33 (:name |count| :type |SizeI| :direction :in)
34 (:name |params| :type |Float32| :direction :in :array t :size count*4))
35 :category "EXT_gpu_program_parameters" :deprecated nil :version "1.2")))