Removed unused functions
[cl-glfw.git] / lib / opengl-ext_gpu_program_parameters.lisp
blobd382e48e3f9e1706e4fc3a07c8a1bb67530ea226
1 ;;;; This file was automatically generated by nil
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 ("?")))