1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl
)
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")