Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-arb_matrix_palette.lisp
blob7e9187430c81f1f95f243036a2e8898081bce868
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 ;;;; arb_matrix_palette
7 (defconstant +matrix-palette-arb+ #x8840)
8 (defconstant +max-matrix-palette-stack-depth-arb+ #x8841)
9 (defconstant +max-palette-matrices-arb+ #x8842)
10 (defconstant +current-palette-matrix-arb+ #x8843)
11 (defconstant +matrix-index-array-arb+ #x8844)
12 (defconstant +current-matrix-index-arb+ #x8845)
13 (defconstant +matrix-index-array-size-arb+ #x8846)
14 (defconstant +matrix-index-array-type-arb+ #x8847)
15 (defconstant +matrix-index-array-stride-arb+ #x8848)
16 (defconstant +matrix-index-array-pointer-arb+ #x8849)
17 (defconstant +matrix-palette-oes+ #x8840)
18 (defconstant +max-palette-matrices-oes+ #x8842)
19 (defconstant +current-palette-matrix-oes+ #x8843)
20 (defconstant +matrix-index-array-oes+ #x8844)
21 (defconstant +matrix-index-array-size-oes+ #x8846)
22 (defconstant +matrix-index-array-type-oes+ #x8847)
23 (defconstant +matrix-index-array-stride-oes+ #x8848)
24 (defconstant +matrix-index-array-pointer-oes+ #x8849)
25 (defconstant +texture-depth-size+ #x884A)
26 (defconstant +matrix-palette-arb+ #x8840)
27 (defconstant +max-matrix-palette-stack-depth-arb+ #x8841)
28 (defconstant +max-palette-matrices-arb+ #x8842)
29 (defconstant +current-palette-matrix-arb+ #x8843)
30 (defconstant +matrix-index-array-arb+ #x8844)
31 (defconstant +current-matrix-index-arb+ #x8845)
32 (defconstant +matrix-index-array-size-arb+ #x8846)
33 (defconstant +matrix-index-array-type-arb+ #x8847)
34 (defconstant +matrix-index-array-stride-arb+ #x8848)
35 (defconstant +matrix-index-array-pointer-arb+ #x8849)
36 (defglextfun "MatrixIndexPointerARB" matrix-index-pointer-arb :return "void"
37 :args
38 ((:name |size| :type |Int32| :direction :in)
39 (:name |type| :type |MatrixIndexPointerTypeARB| :direction :in)
40 (:name |stride| :type |SizeI| :direction :in)
41 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
42 :retained t))
43 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
44 (defglextfun "MatrixIndexuivARB" matrix-index-uiv-arb :return "void" :args
45 ((:name |size| :type |Int32| :direction :in)
46 (:name |indices| :type |UInt32| :direction :in :array t :size size))
47 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
48 (defglextfun "MatrixIndexusvARB" matrix-index-usv-arb :return "void" :args
49 ((:name |size| :type |Int32| :direction :in)
50 (:name |indices| :type |UInt16| :direction :in :array t :size size))
51 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
52 (defglextfun "MatrixIndexubvARB" matrix-index-ubv-arb :return "void" :args
53 ((:name |size| :type |Int32| :direction :in)
54 (:name |indices| :type |UInt8| :direction :in :array t :size size))
55 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
56 (defglextfun "CurrentPaletteMatrixARB" current-palette-matrix-arb :return
57 "void" :args ((:name |index| :type |Int32| :direction :in)) :category
58 "ARB_matrix_palette" :deprecated nil :version "1.1")
59 (make-extension-loader |ARB_matrix_palette|
60 (("MatrixIndexPointerARB" matrix-index-pointer-arb :return "void" :args
61 ((:name |size| :type |Int32| :direction :in)
62 (:name |type| :type |MatrixIndexPointerTypeARB| :direction :in)
63 (:name |stride| :type |SizeI| :direction :in)
64 (:name |pointer| :type |Void| :direction :in :array t :size
65 (|type| |stride|) :retained t))
66 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
67 ("MatrixIndexuivARB" matrix-index-uiv-arb :return "void" :args
68 ((:name |size| :type |Int32| :direction :in)
69 (:name |indices| :type |UInt32| :direction :in :array t :size size))
70 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
71 ("MatrixIndexusvARB" matrix-index-usv-arb :return "void" :args
72 ((:name |size| :type |Int32| :direction :in)
73 (:name |indices| :type |UInt16| :direction :in :array t :size size))
74 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
75 ("MatrixIndexubvARB" matrix-index-ubv-arb :return "void" :args
76 ((:name |size| :type |Int32| :direction :in)
77 (:name |indices| :type |UInt8| :direction :in :array t :size size))
78 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
79 ("CurrentPaletteMatrixARB" current-palette-matrix-arb :return "void" :args
80 ((:name |index| :type |Int32| :direction :in)) :category
81 "ARB_matrix_palette" :deprecated nil :version "1.1")))