Shadowed some foreign type definitions that may clash with CL package.
[cl-glfw/jecs.git] / lib / opengl-sun_mesh_array.lisp
blobecdf80703aa1d9df05500e1702283e719448f94a
2 (in-package #:gl)
4 ;;;; SUN_mesh_array
6 (defconstant +quad-mesh-sun+ #x8614)
7 (defconstant +triangle-mesh-sun+ #x8615)
8 (defglextfun
9 (("DrawMeshArraysSUN" draw-mesh-arrays-sun) :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 :return ("void") :category ("SUN_mesh_array") :dlflags ("handcode") :glxflags
15 ("client-handcode" "client-intercept" "server-handcode") :version ("1.1")
16 :glxropcode ("?") :glsopcode ("?") :offset ("?")))