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 (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")))