Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ati_map_object_buffer.lisp
blobfee9faedefb7bef477d8cfbabf204cc709e72a4e
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 ;;;; ati_map_object_buffer
7 (defglextfun
8 (("UnmapObjectBufferATI" unmap-object-buffer-ati) :args
9 ((:name |buffer| :type |UInt32| :direction :in)) :return ("void") :category
10 ("ATI_map_object_buffer") :version ("1.2") :extension nil :glxropcode ("?")
11 :glxflags ("ignore") :glsopcode ("?") :offset ("?")))
12 (defglextfun
13 (("MapObjectBufferATI" map-object-buffer-ati) :args
14 ((:name |buffer| :type |UInt32| :direction :in)) :return ("VoidPointer")
15 :category ("ATI_map_object_buffer") :version ("1.2") :extension nil
16 :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("?")))