Author: D Herring <dherring@at.tentpost.dot.com>
[cl-glfw.git] / lib / opengl-ati_map_object_buffer.lisp
blob417cf4e8ac4d31ce9f94fdc7167e7858ad218c28
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 "UnmapObjectBufferATI" unmap-object-buffer-ati :return "void"
8 :args ((:name |buffer| :type |UInt32| :direction :in)) :category
9 "ATI_map_object_buffer" :version "1.2")
10 (defglextfun "MapObjectBufferATI" map-object-buffer-ati :return "VoidPointer"
11 :args ((:name |buffer| :type |UInt32| :direction :in)) :category
12 "ATI_map_object_buffer" :version "1.2")