Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-nv_copy_image.lisp
blob6e260c860910518477b4368c5ffb77d881508171
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_copy_image
7 (defglextfun "CopyImageSubDataNV" copy-image-sub-data-nv :return "void" :args
8 ((:name |srcName| :type |UInt32| :direction :in)
9 (:name |srcTarget| :type |GLenum| :direction :in)
10 (:name |srcLevel| :type |Int32| :direction :in)
11 (:name |srcX| :type |Int32| :direction :in)
12 (:name |srcY| :type |Int32| :direction :in)
13 (:name |srcZ| :type |Int32| :direction :in)
14 (:name |dstName| :type |UInt32| :direction :in)
15 (:name |dstTarget| :type |GLenum| :direction :in)
16 (:name |dstLevel| :type |Int32| :direction :in)
17 (:name |dstX| :type |Int32| :direction :in)
18 (:name |dstY| :type |Int32| :direction :in)
19 (:name |dstZ| :type |Int32| :direction :in)
20 (:name |width| :type |SizeI| :direction :in)
21 (:name |height| :type |SizeI| :direction :in)
22 (:name |depth| :type |SizeI| :direction :in))
23 :category "NV_copy_image" :deprecated nil :version "1.2")
24 (make-extension-loader |NV_copy_image|
25 (("CopyImageSubDataNV" copy-image-sub-data-nv :return "void" :args
26 ((:name |srcName| :type |UInt32| :direction :in)
27 (:name |srcTarget| :type |GLenum| :direction :in)
28 (:name |srcLevel| :type |Int32| :direction :in)
29 (:name |srcX| :type |Int32| :direction :in)
30 (:name |srcY| :type |Int32| :direction :in)
31 (:name |srcZ| :type |Int32| :direction :in)
32 (:name |dstName| :type |UInt32| :direction :in)
33 (:name |dstTarget| :type |GLenum| :direction :in)
34 (:name |dstLevel| :type |Int32| :direction :in)
35 (:name |dstX| :type |Int32| :direction :in)
36 (:name |dstY| :type |Int32| :direction :in)
37 (:name |dstZ| :type |Int32| :direction :in)
38 (:name |width| :type |SizeI| :direction :in)
39 (:name |height| :type |SizeI| :direction :in)
40 (:name |depth| :type |SizeI| :direction :in))
41 :category "NV_copy_image" :deprecated nil :version "1.2")))