Added extra test platform.
[cl-glfw.git] / lib / opengl-ibm_multimode_draw_arrays.lisp
blob3ddb31151be0244330580b655c4b4eb552f7e028
2 (in-package #:gl)
4 ;;;; IBM_multimode_draw_arrays
6 (defglextfun
7 (("MultiModeDrawElementsIBM" multi-mode-draw-elements-ibm) :args
8 ((:name |mode| :type |BeginMode| :direction :in :array t :size (|primcount|))
9 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
10 (:name |type| :type |DrawElementsType| :direction :in)
11 (:name |indices| :type |ConstVoidPointer| :direction :in :array t :size
12 (|primcount|))
13 (:name |primcount| :type |SizeI| :direction :in)
14 (:name |modestride| :type |Int32| :direction :in))
15 :return ("void") :category ("IBM_multimode_draw_arrays") :version ("1.1")
16 :glxropcode ("?") :glsflags ("ignore") :offset ("709")))
17 (defglextfun
18 (("MultiModeDrawArraysIBM" multi-mode-draw-arrays-ibm) :args
19 ((:name |mode| :type |BeginMode| :direction :in :array t :size (|primcount|))
20 (:name |first| :type |Int32| :direction :in :array t :size (|primcount|))
21 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
22 (:name |primcount| :type |SizeI| :direction :in)
23 (:name |modestride| :type |Int32| :direction :in))
24 :return ("void") :category ("IBM_multimode_draw_arrays") :version ("1.1")
25 :glxropcode ("?") :glsflags ("ignore") :offset ("708")))