1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl
)
7 (defconstant +max-geometry-program-invocations-nv
+ #x8E5A
)
8 (defconstant +min-fragment-interpolation-offset-nv
+ #x8E5B
)
9 (defconstant +max-fragment-interpolation-offset-nv
+ #x8E5C
)
10 (defconstant +fragment-program-interpolation-offset-bits-nv
+ #x8E5D
)
11 (defconstant +min-program-texture-gather-offset-nv
+ #x8E5E
)
12 (defconstant +max-program-texture-gather-offset-nv
+ #x8E5F
)
13 (defconstant +max-geometry-program-invocations-nv
+ #x8E5A
)
14 (defconstant +min-fragment-interpolation-offset-nv
+ #x8E5B
)
15 (defconstant +max-fragment-interpolation-offset-nv
+ #x8E5C
)
16 (defconstant +fragment-program-interpolation-offset-bits-nv
+ #x8E5D
)
17 (defconstant +min-program-texture-gather-offset-nv
+ #x8E5E
)
18 (defconstant +max-program-texture-gather-offset-nv
+ #x8E5F
)
19 (defconstant +max-program-subroutine-parameters-nv
+ #x8F44
)
20 (defconstant +max-program-subroutine-num-nv
+ #x8F45
)
21 (defglextfun "GetProgramSubroutineParameteruivNV"
22 get-program-subroutine-parameter-uiv-nv
:return
"void" :args
23 ((:name |target|
:type |GLenum|
:direction
:in
)
24 (:name |index|
:type |UInt32|
:direction
:in
)
25 (:name |param|
:type |UInt32|
:direction
:out
:array t
:size
(|target|
)))
26 :category
"NV_gpu_program5" :deprecated nil
:version
"4.1")
27 (defglextfun "ProgramSubroutineParametersuivNV"
28 program-subroutine-parameters-uiv-nv
:return
"void" :args
29 ((:name |target|
:type |GLenum|
:direction
:in
)
30 (:name |count|
:type |SizeI|
:direction
:in
)
31 (:name |params|
:type |UInt32|
:direction
:in
:array t
:size count
))
32 :category
"NV_gpu_program5" :deprecated nil
:version
"4.1")
33 (make-extension-loader |NV_gpu_program5|
34 (("GetProgramSubroutineParameteruivNV" get-program-subroutine-parameter-uiv-nv
36 ((:name |target|
:type |GLenum|
:direction
:in
)
37 (:name |index|
:type |UInt32|
:direction
:in
)
38 (:name |param|
:type |UInt32|
:direction
:out
:array t
:size
(|target|
)))
39 :category
"NV_gpu_program5" :deprecated nil
:version
"4.1")
40 ("ProgramSubroutineParametersuivNV" program-subroutine-parameters-uiv-nv
42 ((:name |target|
:type |GLenum|
:direction
:in
)
43 (:name |count|
:type |SizeI|
:direction
:in
)
44 (:name |params|
:type |UInt32|
:direction
:in
:array t
:size count
))
45 :category
"NV_gpu_program5" :deprecated nil
:version
"4.1")))