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
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
("?")))
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
("?")))