Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw/jecs.git] / lib / opengl-ext_texture_integer.lisp
blob3df94d6afa88f8db28bbab3354f19ef3cf4e05a3
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 ;;;; ext_texture_integer
7 (defconstant +rgba32ui-ext+ #x8D70)
8 (defconstant +rgb32ui-ext+ #x8D71)
9 (defconstant +alpha32ui-ext+ #x8D72)
10 (defconstant +intensity32ui-ext+ #x8D73)
11 (defconstant +luminance32ui-ext+ #x8D74)
12 (defconstant +luminance-alpha32ui-ext+ #x8D75)
13 (defconstant +rgba16ui-ext+ #x8D76)
14 (defconstant +rgb16ui-ext+ #x8D77)
15 (defconstant +alpha16ui-ext+ #x8D78)
16 (defconstant +intensity16ui-ext+ #x8D79)
17 (defconstant +luminance16ui-ext+ #x8D7A)
18 (defconstant +luminance-alpha16ui-ext+ #x8D7B)
19 (defconstant +rgba8ui-ext+ #x8D7C)
20 (defconstant +rgb8ui-ext+ #x8D7D)
21 (defconstant +alpha8ui-ext+ #x8D7E)
22 (defconstant +intensity8ui-ext+ #x8D7F)
23 (defconstant +luminance8ui-ext+ #x8D80)
24 (defconstant +luminance-alpha8ui-ext+ #x8D81)
25 (defconstant +rgba32i-ext+ #x8D82)
26 (defconstant +rgb32i-ext+ #x8D83)
27 (defconstant +alpha32i-ext+ #x8D84)
28 (defconstant +intensity32i-ext+ #x8D85)
29 (defconstant +luminance32i-ext+ #x8D86)
30 (defconstant +luminance-alpha32i-ext+ #x8D87)
31 (defconstant +rgba16i-ext+ #x8D88)
32 (defconstant +rgb16i-ext+ #x8D89)
33 (defconstant +alpha16i-ext+ #x8D8A)
34 (defconstant +intensity16i-ext+ #x8D8B)
35 (defconstant +luminance16i-ext+ #x8D8C)
36 (defconstant +luminance-alpha16i-ext+ #x8D8D)
37 (defconstant +rgba8i-ext+ #x8D8E)
38 (defconstant +rgb8i-ext+ #x8D8F)
39 (defconstant +alpha8i-ext+ #x8D90)
40 (defconstant +intensity8i-ext+ #x8D91)
41 (defconstant +luminance8i-ext+ #x8D92)
42 (defconstant +luminance-alpha8i-ext+ #x8D93)
43 (defconstant +red-integer-ext+ #x8D94)
44 (defconstant +green-integer-ext+ #x8D95)
45 (defconstant +blue-integer-ext+ #x8D96)
46 (defconstant +alpha-integer-ext+ #x8D97)
47 (defconstant +rgb-integer-ext+ #x8D98)
48 (defconstant +rgba-integer-ext+ #x8D99)
49 (defconstant +bgr-integer-ext+ #x8D9A)
50 (defconstant +bgra-integer-ext+ #x8D9B)
51 (defconstant +luminance-integer-ext+ #x8D9C)
52 (defconstant +luminance-alpha-integer-ext+ #x8D9D)
53 (defconstant +rgba-integer-mode-ext+ #x8D9E)
54 (defglextfun "ClearColorIuiEXT" clear-color-i-ui-ext :return "void" :args
55 ((:name |red| :type |UInt32| :direction :in)
56 (:name |green| :type |UInt32| :direction :in)
57 (:name |blue| :type |UInt32| :direction :in)
58 (:name |alpha| :type |UInt32| :direction :in))
59 :category "EXT_texture_integer" :version "2.0")
60 (defglextfun "ClearColorIiEXT" clear-color-i-i-ext :return "void" :args
61 ((:name |red| :type |Int32| :direction :in)
62 (:name |green| :type |Int32| :direction :in)
63 (:name |blue| :type |Int32| :direction :in)
64 (:name |alpha| :type |Int32| :direction :in))
65 :category "EXT_texture_integer" :version "2.0")
66 (defglextfun "GetTexParameterIuivEXT" get-tex-parameter-i-uiv-ext :return
67 "void" :args
68 ((:name |target| :type |TextureTarget| :direction :in)
69 (:name |pname| :type |GetTextureParameter| :direction :in)
70 (:name |params| :type |UInt32| :direction :out :array t :size (|pname|)))
71 :category "EXT_texture_integer" :version "1.0")
72 (defglextfun "GetTexParameterIivEXT" get-tex-parameter-i-iv-ext :return "void"
73 :args
74 ((:name |target| :type |TextureTarget| :direction :in)
75 (:name |pname| :type |GetTextureParameter| :direction :in)
76 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
77 :category "EXT_texture_integer" :version "1.0")
78 (defglextfun "TexParameterIuivEXT" tex-parameter-i-uiv-ext :return "void" :args
79 ((:name |target| :type |TextureTarget| :direction :in)
80 (:name |pname| :type |TextureParameterName| :direction :in)
81 (:name |params| :type |UInt32| :direction :in :array t :size (|pname|)))
82 :category "EXT_texture_integer" :version "2.0")
83 (defglextfun "TexParameterIivEXT" tex-parameter-i-iv-ext :return "void" :args
84 ((:name |target| :type |TextureTarget| :direction :in)
85 (:name |pname| :type |TextureParameterName| :direction :in)
86 (:name |params| :type |Int32| :direction :in :array t :size (|pname|)))
87 :category "EXT_texture_integer" :version "2.0")