Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-sgis_texture4d.lisp
blob1362e64c9883b23fcce3b98706bbf853202b7ae6
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 ;;;; sgis_texture4d
7 (defglextfun
8 (("TexSubImage4DSGIS" tex-sub-image-4d-sgis) :args
9 ((:name |target| :type |TextureTarget| :direction :in)
10 (:name |level| :type |CheckedInt32| :direction :in)
11 (:name |xoffset| :type |CheckedInt32| :direction :in)
12 (:name |yoffset| :type |CheckedInt32| :direction :in)
13 (:name |zoffset| :type |CheckedInt32| :direction :in)
14 (:name |woffset| :type |CheckedInt32| :direction :in)
15 (:name |width| :type |SizeI| :direction :in)
16 (:name |height| :type |SizeI| :direction :in)
17 (:name |depth| :type |SizeI| :direction :in)
18 (:name |size4d| :type |SizeI| :direction :in)
19 (:name |format| :type |PixelFormat| :direction :in)
20 (:name |type| :type |PixelType| :direction :in)
21 (:name |pixels| :type |Void| :direction :in :array t :size
22 (|format| |type| |width| |height| |depth| |size4d|)))
23 :return ("void") :category ("SGIS_texture4D") :dlflags ("handcode") :glxflags
24 ("client-handcode" "server-handcode" "SGI") :version ("1.0") :glxropcode
25 ("2058") :extension nil :glsflags ("pixel-unpack") :glsopcode ("0x016F")
26 :offset ("438")))
27 (defglextfun
28 (("TexImage4DSGIS" tex-image-4d-sgis) :args
29 ((:name |target| :type |TextureTarget| :direction :in)
30 (:name |level| :type |CheckedInt32| :direction :in)
31 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
32 (:name |width| :type |SizeI| :direction :in)
33 (:name |height| :type |SizeI| :direction :in)
34 (:name |depth| :type |SizeI| :direction :in)
35 (:name |size4d| :type |SizeI| :direction :in)
36 (:name |border| :type |CheckedInt32| :direction :in)
37 (:name |format| :type |PixelFormat| :direction :in)
38 (:name |type| :type |PixelType| :direction :in)
39 (:name |pixels| :type |Void| :direction :in :array t :size
40 (|format| |type| |width| |height| |depth| |size4d|)))
41 :return ("void") :category ("SGIS_texture4D") :dlflags ("handcode") :glxflags
42 ("client-handcode" "server-handcode" "SGI") :version ("1.0") :glxropcode
43 ("2057") :extension nil :glsflags ("pixel-null" "pixel-unpack") :glsopcode
44 ("0x016E") :offset ("437")))