Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-arb_draw_elements_base_vertex.lisp
blob0a75583910e93e1b2433a027e617bf3c6ee8ce05
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
8 :return "void" :args
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
13 (|primcount|))
14 (:name |primcount| :type |SizeI| :direction :in)
15 (:name |basevertex| :type |Int32| :direction :in :array t :size
16 (|primcount|)))
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
28 :return "void" :args
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"
38 :args
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"
47 :args
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
52 (|primcount|))
53 (:name |primcount| :type |SizeI| :direction :in)
54 (:name |basevertex| :type |Int32| :direction :in :array t :size
55 (|primcount|)))
56 :category "ARB_draw_elements_base_vertex" :deprecated nil :version "1.2")
57 ("DrawElementsInstancedBaseVertex" draw-elements-instanced-base-vertex
58 :return "void" :args
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
63 (|count| |type|))
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"
68 :args
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
75 (|count| |type|))
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
83 (|count| |type|))
84 (:name |basevertex| :type |Int32| :direction :in))
85 :category "ARB_draw_elements_base_vertex" :deprecated nil :version "1.2")))