Folded in some ftgl improvements from Cowl
[cl-glfw.git] / lib / opengl-ibm_multimode_draw_arrays.lisp
blobf0194f8ee2c2dde7b3878770e7f47d1a6557efe9
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 ;;;; ibm_multimode_draw_arrays
7 (defglextfun "MultiModeDrawElementsIBM" multi-mode-draw-elements-ibm :return
8 "void" :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 :category "IBM_multimode_draw_arrays" :deprecated nil :version "1.1")
17 (defglextfun "MultiModeDrawArraysIBM" multi-mode-draw-arrays-ibm :return "void"
18 :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 :category "IBM_multimode_draw_arrays" :deprecated nil :version "1.1")