Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ibm_multimode_draw_arrays.lisp
blobf7c62e9e2eea56e6047585952ad42230c7f435fb
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; IBM_multimode_draw_arrays
7 (defglextfun
8 (("MultiModeDrawElementsIBM" multi-mode-draw-elements-ibm) :args
9 ((:name |mode| :type |BeginMode| :direction :in :array t :size (|primcount|))
10 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
11 (:name |type| :type |DrawElementsType| :direction :in)
12 (:name |indices| :type |ConstVoidPointer| :direction :in :array t :size
13 (|primcount|))
14 (:name |primcount| :type |SizeI| :direction :in)
15 (:name |modestride| :type |Int32| :direction :in))
16 :return ("void") :category ("IBM_multimode_draw_arrays") :version ("1.1")
17 :glxropcode ("?") :glsflags ("ignore") :offset ("709")))
18 (defglextfun
19 (("MultiModeDrawArraysIBM" multi-mode-draw-arrays-ibm) :args
20 ((:name |mode| :type |BeginMode| :direction :in :array t :size (|primcount|))
21 (:name |first| :type |Int32| :direction :in :array t :size (|primcount|))
22 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
23 (:name |primcount| :type |SizeI| :direction :in)
24 (:name |modestride| :type |Int32| :direction :in))
25 :return ("void") :category ("IBM_multimode_draw_arrays") :version ("1.1")
26 :glxropcode ("?") :glsflags ("ignore") :offset ("708")))