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 ;;;; arb_draw_elements_base_vertex
7 (defglextfun "MultiDrawElementsBaseVertex" multi-draw-elements-base-vertex
9 ((:name |mode|
:type |GLenum|
:direction
:in
)
10 (:name |count|
:type |SizeI|
:direction
:in
:array t
:size
(|primcount|
))
11 (:name |type|
:type |DrawElementsType|
:direction
:in
)
12 (:name |indices|
:type |VoidPointer|
:direction
:in
:array t
:size
14 (:name |primcount|
:type |SizeI|
:direction
:in
)
15 (:name |basevertex|
:type |Int32|
:direction
:in
:array t
:size
17 :category
"ARB_draw_elements_base_vertex" :deprecated nil
:version
"1.2")
18 (defglextfun "DrawElementsInstancedBaseVertex"
19 draw-elements-instanced-base-vertex
:return
"void" :args
20 ((:name |mode|
:type |GLenum|
:direction
:in
)
21 (:name |count|
:type |SizeI|
:direction
:in
)
22 (:name |type|
:type |DrawElementsType|
:direction
:in
)
23 (:name |indices|
:type |Void|
:direction
:in
:array t
:size
(|count| |type|
))
24 (:name |primcount|
:type |SizeI|
:direction
:in
)
25 (:name |basevertex|
:type |Int32|
:direction
:in
))
26 :category
"ARB_draw_elements_base_vertex" :deprecated nil
:version
"1.2")
27 (defglextfun "DrawRangeElementsBaseVertex" draw-range-elements-base-vertex
29 ((:name |mode|
:type |GLenum|
:direction
:in
)
30 (:name |start|
:type |UInt32|
:direction
:in
)
31 (:name |end|
:type |UInt32|
:direction
:in
)
32 (:name |count|
:type |SizeI|
:direction
:in
)
33 (:name |type|
:type |DrawElementsType|
:direction
:in
)
34 (:name |indices|
:type |Void|
:direction
:in
:array t
:size
(|count| |type|
))
35 (:name |basevertex|
:type |Int32|
:direction
:in
))
36 :category
"ARB_draw_elements_base_vertex" :deprecated nil
:version
"1.2")
37 (defglextfun "DrawElementsBaseVertex" draw-elements-base-vertex
:return
"void"
39 ((:name |mode|
:type |GLenum|
:direction
:in
)
40 (:name |count|
:type |SizeI|
:direction
:in
)
41 (:name |type|
:type |DrawElementsType|
:direction
:in
)
42 (:name |indices|
:type |Void|
:direction
:in
:array t
:size
(|count| |type|
))
43 (:name |basevertex|
:type |Int32|
:direction
:in
))
44 :category
"ARB_draw_elements_base_vertex" :deprecated nil
:version
"1.2")
45 (make-extension-loader |ARB_draw_elements_base_vertex|
46 (("MultiDrawElementsBaseVertex" multi-draw-elements-base-vertex
:return
"void"
48 ((:name |mode|
:type |GLenum|
:direction
:in
)
49 (:name |count|
:type |SizeI|
:direction
:in
:array t
:size
(|primcount|
))
50 (:name |type|
:type |DrawElementsType|
:direction
:in
)
51 (:name |indices|
:type |VoidPointer|
:direction
:in
:array t
:size
53 (:name |primcount|
:type |SizeI|
:direction
:in
)
54 (:name |basevertex|
:type |Int32|
:direction
:in
:array t
:size
56 :category
"ARB_draw_elements_base_vertex" :deprecated nil
:version
"1.2")
57 ("DrawElementsInstancedBaseVertex" draw-elements-instanced-base-vertex
59 ((:name |mode|
:type |GLenum|
:direction
:in
)
60 (:name |count|
:type |SizeI|
:direction
:in
)
61 (:name |type|
:type |DrawElementsType|
:direction
:in
)
62 (:name |indices|
:type |Void|
:direction
:in
:array t
:size
64 (:name |primcount|
:type |SizeI|
:direction
:in
)
65 (:name |basevertex|
:type |Int32|
:direction
:in
))
66 :category
"ARB_draw_elements_base_vertex" :deprecated nil
:version
"1.2")
67 ("DrawRangeElementsBaseVertex" draw-range-elements-base-vertex
:return
"void"
69 ((:name |mode|
:type |GLenum|
:direction
:in
)
70 (:name |start|
:type |UInt32|
:direction
:in
)
71 (:name |end|
:type |UInt32|
:direction
:in
)
72 (:name |count|
:type |SizeI|
:direction
:in
)
73 (:name |type|
:type |DrawElementsType|
:direction
:in
)
74 (:name |indices|
:type |Void|
:direction
:in
:array t
:size
76 (:name |basevertex|
:type |Int32|
:direction
:in
))
77 :category
"ARB_draw_elements_base_vertex" :deprecated nil
:version
"1.2")
78 ("DrawElementsBaseVertex" draw-elements-base-vertex
:return
"void" :args
79 ((:name |mode|
:type |GLenum|
:direction
:in
)
80 (:name |count|
:type |SizeI|
:direction
:in
)
81 (:name |type|
:type |DrawElementsType|
:direction
:in
)
82 (:name |indices|
:type |Void|
:direction
:in
:array t
:size
84 (:name |basevertex|
:type |Int32|
:direction
:in
))
85 :category
"ARB_draw_elements_base_vertex" :deprecated nil
:version
"1.2")))