Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-apple_flush_buffer_range.lisp
blobd7165b58ee33da68d51463b7b0bbdb46ff847218
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; APPLE_flush_buffer_range
7 (defconstant +buffer-serialized-modify-apple+ #x8A12)
8 (defconstant +buffer-flushing-unmap-apple+ #x8A13)
9 (defglextfun
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 ("?")
16 :offset ("?")))
17 (defglextfun
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 ("?")
24 :offset ("?")))