Removed unused functions
[cl-glfw.git] / lib / opengl-nv_pixel_data_range.lisp
blob314ae7548ce137b2b7f0d55395974b96f577f5bb
1 ;;;; This file was automatically generated by nil
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 ("?")))