Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ext_multi_draw_arrays.lisp
blobc6c2d36d27a0bf96a5214a4e423929bd9b8dafe5
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; EXT_multi_draw_arrays
7 (defglextfun
8 (("MultiDrawElementsEXT" multi-draw-elements-ext) :args
9 ((:name |mode| :type |BeginMode| :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 :return ("void") :category ("EXT_multi_draw_arrays") :version ("1.1")
16 :glxropcode ("?") :alias ("MultiDrawElements") :glsalias
17 ("MultiDrawElements")))
18 (defglextfun
19 (("MultiDrawArraysEXT" multi-draw-arrays-ext) :args
20 ((:name |mode| :type |BeginMode| :direction :in)
21 (:name |first| :type |Int32| :direction :out :array t :size (|primcount|))
22 (:name |count| :type |SizeI| :direction :out :array t :size (|primcount|))
23 (:name |primcount| :type |SizeI| :direction :in))
24 :return ("void") :category ("EXT_multi_draw_arrays") :version ("1.1")
25 :glxropcode ("?") :alias ("MultiDrawArrays") :glsalias ("MultiDrawArrays")))