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 ;;;; apple_flush_buffer_range
7 (defconstant +buffer-serialized-modify-apple
+ #x8A12
)
8 (defconstant +buffer-flushing-unmap-apple
+ #x8A13
)
10 (("FlushMappedBufferRangeAPPLE" flush-mapped-buffer-range-apple
) :args
11 ((:name |target|
:type |GLenum|
:direction
:in
)
12 (:name |offset|
:type |BufferOffset|
:direction
:in
)
13 (:name |size|
:type |BufferSize|
:direction
:in
))
14 :return
("void") :category
("APPLE_flush_buffer_range") :version
("1.5")
15 :extension nil
:glxropcode
("?") :glxflags
("ignore") :glsopcode
("?")
18 (("BufferParameteriAPPLE" buffer-parameter-i-apple
) :args
19 ((:name |target|
:type |GLenum|
:direction
:in
)
20 (:name |pname|
:type |GLenum|
:direction
:in
)
21 (:name |param|
:type |Int32|
:direction
:in
))
22 :return
("void") :category
("APPLE_flush_buffer_range") :version
("1.5")
23 :extension nil
:glxropcode
("?") :glxflags
("ignore") :glsopcode
("?")