Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-nv_pixel_data_range.lisp
blobc555f959427ac2a14753e63ae07966f3bb4cc49a
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 (defconstant +write-pixel-data-range-nv+ #x8878)
14 (defconstant +read-pixel-data-range-nv+ #x8879)
15 (defconstant +write-pixel-data-range-length-nv+ #x887A)
16 (defconstant +read-pixel-data-range-length-nv+ #x887B)
17 (defconstant +write-pixel-data-range-pointer-nv+ #x887C)
18 (defconstant +read-pixel-data-range-pointer-nv+ #x887D)
19 (defglextfun "FlushPixelDataRangeNV" flush-pixel-data-range-nv :return "void"
20 :args ((:name |target| :type |PixelDataRangeTargetNV| :direction :in))
21 :category "NV_pixel_data_range" :deprecated nil :version "1.2")
22 (defglextfun "PixelDataRangeNV" pixel-data-range-nv :return "void" :args
23 ((:name |target| :type |PixelDataRangeTargetNV| :direction :in)
24 (:name |length| :type |SizeI| :direction :in)
25 (:name |pointer| :type |Void| :direction :out :array t :size length))
26 :category "NV_pixel_data_range" :deprecated nil :version "1.2")
27 (make-extension-loader |NV_pixel_data_range|
28 (("FlushPixelDataRangeNV" flush-pixel-data-range-nv :return "void" :args
29 ((:name |target| :type |PixelDataRangeTargetNV| :direction :in)) :category
30 "NV_pixel_data_range" :deprecated nil :version "1.2")
31 ("PixelDataRangeNV" pixel-data-range-nv :return "void" :args
32 ((:name |target| :type |PixelDataRangeTargetNV| :direction :in)
33 (:name |length| :type |SizeI| :direction :in)
34 (:name |pointer| :type |Void| :direction :out :array t :size length))
35 :category "NV_pixel_data_range" :deprecated nil :version "1.2")))