Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-sun_mesh_array.lisp
blob31f5b38ae22d0559b663c817527e2ce124725a9d
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 (defconstant +quad-mesh-sun+ #x8614)
8 (defconstant +triangle-mesh-sun+ #x8615)
9 (defglextfun "DrawMeshArraysSUN" draw-mesh-arrays-sun :return "void" :args
10 ((:name |mode| :type |BeginMode| :direction :in)
11 (:name |first| :type |Int32| :direction :in)
12 (:name |count| :type |SizeI| :direction :in)
13 (:name |width| :type |SizeI| :direction :in))
14 :category "SUN_mesh_array" :deprecated nil :version "1.1")
15 (make-extension-loader |SUN_mesh_array|
16 (("DrawMeshArraysSUN" draw-mesh-arrays-sun :return "void" :args
17 ((:name |mode| :type |BeginMode| :direction :in)
18 (:name |first| :type |Int32| :direction :in)
19 (:name |count| :type |SizeI| :direction :in)
20 (:name |width| :type |SizeI| :direction :in))
21 :category "SUN_mesh_array" :deprecated nil :version "1.1")))