Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ibm_multimode_draw_arrays.lisp
blob0c9215e74053f975c29b75e040bdc27d83dcb005
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")
25 (make-extension-loader |IBM_multimode_draw_arrays|
26 (("MultiModeDrawElementsIBM" multi-mode-draw-elements-ibm :return "void" :args
27 ((:name |mode| :type |BeginMode| :direction :in :array t :size
28 (|primcount|))
29 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
30 (:name |type| :type |DrawElementsType| :direction :in)
31 (:name |indices| :type |ConstVoidPointer| :direction :in :array t :size
32 (|primcount|))
33 (:name |primcount| :type |SizeI| :direction :in)
34 (:name |modestride| :type |Int32| :direction :in))
35 :category "IBM_multimode_draw_arrays" :deprecated nil :version "1.1")
36 ("MultiModeDrawArraysIBM" multi-mode-draw-arrays-ibm :return "void" :args
37 ((:name |mode| :type |BeginMode| :direction :in :array t :size
38 (|primcount|))
39 (:name |first| :type |Int32| :direction :in :array t :size (|primcount|))
40 (:name |count| :type |SizeI| :direction :in :array t :size (|primcount|))
41 (:name |primcount| :type |SizeI| :direction :in)
42 (:name |modestride| :type |Int32| :direction :in))
43 :category "IBM_multimode_draw_arrays" :deprecated nil :version "1.1")))