Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-nv_pixel_data_range.lisp
bloba744e1672004fd2796c851f49ad87318c7ecf294
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 ;;;; nv_pixel_data_range
7 (defconstant +write-pixel-data-range-nv+ #x8878)
8 (defconstant +read-pixel-data-range-nv+ #x8879)
9 (defconstant +write-pixel-data-range-length-nv+ #x887A)
10 (defconstant +read-pixel-data-range-length-nv+ #x887B)
11 (defconstant +write-pixel-data-range-pointer-nv+ #x887C)
12 (defconstant +read-pixel-data-range-pointer-nv+ #x887D)
13 (defglextfun
14 (("FlushPixelDataRangeNV" flush-pixel-data-range-nv) :args
15 ((:name |target| :type |PixelDataRangeTargetNV| :direction :in)) :return
16 ("void") :category ("NV_pixel_data_range") :version ("1.2") :extension nil
17 :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?") :offset ("?")))
18 (defglextfun
19 (("PixelDataRangeNV" pixel-data-range-nv) :args
20 ((:name |target| :type |PixelDataRangeTargetNV| :direction :in)
21 (:name |length| :type |SizeI| :direction :in)
22 (:name |pointer| :type |Void| :direction :out :array t :size length))
23 :return ("void") :category ("NV_pixel_data_range") :version ("1.2")
24 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?")
25 :offset ("?")))