Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-sun_mesh_array.lisp
blobcf8586ae942fe1e3fccff7c02787a7ca228ef2eb
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 ;;;; sun_mesh_array
7 (defglextfun "DrawMeshArraysSUN" draw-mesh-arrays-sun :return "void" :args
8 ((:name |mode| :type |BeginMode| :direction :in)
9 (:name |first| :type |Int32| :direction :in)
10 (:name |count| :type |SizeI| :direction :in)
11 (:name |width| :type |SizeI| :direction :in))
12 :category "SUN_mesh_array" :deprecated nil :version "1.1")
13 (make-extension-loader |SUN_mesh_array|
14 (("DrawMeshArraysSUN" draw-mesh-arrays-sun :return "void" :args
15 ((:name |mode| :type |BeginMode| :direction :in)
16 (:name |first| :type |Int32| :direction :in)
17 (:name |count| :type |SizeI| :direction :in)
18 (:name |width| :type |SizeI| :direction :in))
19 :category "SUN_mesh_array" :deprecated nil :version "1.1")))