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 +draw-indirect-buffer
+ #x8F3F
)
8 (defconstant +draw-indirect-unified-nv
+ #x8F40
)
9 (defconstant +draw-indirect-address-nv
+ #x8F41
)
10 (defconstant +draw-indirect-length-nv
+ #x8F42
)
11 (defconstant +draw-indirect-buffer-binding
+ #x8F43
)
12 (defconstant +max-program-subroutine-parameters-nv
+ #x8F44
)
13 (defconstant +max-program-subroutine-num-nv
+ #x8F45
)
14 (defconstant +draw-indirect-buffer
+ #x8F3F
)
15 (defconstant +draw-indirect-buffer-binding
+ #x8F43
)
16 (defglextfun "DrawElementsIndirect" draw-elements-indirect
:return
"void" :args
17 ((:name |mode|
:type |GLenum|
:direction
:in
)
18 (:name |type|
:type |GLenum|
:direction
:in
)
19 (:name |indirect|
:type |Void|
:direction
:in
:array t
))
20 :category
"ARB_draw_indirect" :deprecated nil
:version
"1.2")
21 (defglextfun "DrawArraysIndirect" draw-arrays-indirect
:return
"void" :args
22 ((:name |mode|
:type |GLenum|
:direction
:in
)
23 (:name |indirect|
:type |Void|
:direction
:in
:array t
))
24 :category
"ARB_draw_indirect" :deprecated nil
:version
"1.2")
25 (make-extension-loader |ARB_draw_indirect|
26 (("DrawElementsIndirect" draw-elements-indirect
:return
"void" :args
27 ((:name |mode|
:type |GLenum|
:direction
:in
)
28 (:name |type|
:type |GLenum|
:direction
:in
)
29 (:name |indirect|
:type |Void|
:direction
:in
:array t
))
30 :category
"ARB_draw_indirect" :deprecated nil
:version
"1.2")
31 ("DrawArraysIndirect" draw-arrays-indirect
:return
"void" :args
32 ((:name |mode|
:type |GLenum|
:direction
:in
)
33 (:name |indirect|
:type |Void|
:direction
:in
:array t
))
34 :category
"ARB_draw_indirect" :deprecated nil
:version
"1.2")))