Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw.git] / lib / opengl-sun_mesh_array.lisp
blobbcc42c0fb2460580b1c746ac5ffe8f59d6f28850
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" :version "1.1")