4 ;;;; APPLE_vertex_array_object
6 (defconstant +vertex-array-binding-apple
+ #x85B5
)
8 (("IsVertexArrayAPPLE" is-vertex-array-apple
) :args
9 ((:name |array|
:type |UInt32|
:direction
:in
)) :return
("Boolean") :category
10 ("APPLE_vertex_array_object") :version
("1.2") :extension nil
:glxropcode
11 ("?") :glxflags
("ignore") :glsopcode
("?") :offset
("?")))
13 (("GenVertexArraysAPPLE" gen-vertex-arrays-apple
) :args
14 ((:name |n|
:type |SizeI|
:direction
:in
)
15 (:name |arrays|
:type |UInt32|
:direction
:out
:array t
:size n
))
16 :return
("void") :category
("APPLE_vertex_array_object") :version
("1.2")
17 :extension nil
:glxropcode
("?") :glxflags
("ignore") :glsopcode
("?")
20 (("DeleteVertexArraysAPPLE" delete-vertex-arrays-apple
) :args
21 ((:name |n|
:type |SizeI|
:direction
:in
)
22 (:name |arrays|
:type |UInt32|
:direction
:in
:array t
:size n
))
23 :return
("void") :category
("APPLE_vertex_array_object") :version
("1.2")
24 :extension nil
:glxropcode
("?") :glxflags
("ignore") :glsopcode
("?")
27 (("BindVertexArrayAPPLE" bind-vertex-array-apple
) :args
28 ((:name |array|
:type |UInt32|
:direction
:in
)) :return
("void") :category
29 ("APPLE_vertex_array_object") :version
("1.2") :extension nil
:glxropcode
30 ("?") :glxflags
("ignore") :glsopcode
("?") :offset
("?")))