Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw.git] / lib / opengl-nv_pixel_data_range.lisp
blob8a36f33249c40e14045333233648afc06959c2e6
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 "FlushPixelDataRangeNV" flush-pixel-data-range-nv :return "void"
14 :args ((:name |target| :type |PixelDataRangeTargetNV| :direction :in))
15 :category "NV_pixel_data_range" :version "1.2")
16 (defglextfun "PixelDataRangeNV" pixel-data-range-nv :return "void" :args
17 ((:name |target| :type |PixelDataRangeTargetNV| :direction :in)
18 (:name |length| :type |SizeI| :direction :in)
19 (:name |pointer| :type |Void| :direction :out :array t :size length))
20 :category "NV_pixel_data_range" :version "1.2")