Cut-out empty enum groups earlier (results in reordering of exports) and...
[cl-glfw.git] / lib / opengl-ati_map_object_buffer.lisp
blobad4c5234c6aad33a19bb0b532f1e1a69b93ef095
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 ("?")))