Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-apple_flush_buffer_range.lisp
blobaeebcc11b56858734f80ed3508dbac67c2826644
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)
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 ("?")))