Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-arb_matrix_palette.lisp
blobc260cfe723acd486513ef23e652f3e99f2217671
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 +depth-texture-mode+ #x884B)
27 (defconstant +matrix-palette-arb+ #x8840)
28 (defconstant +max-matrix-palette-stack-depth-arb+ #x8841)
29 (defconstant +max-palette-matrices-arb+ #x8842)
30 (defconstant +current-palette-matrix-arb+ #x8843)
31 (defconstant +matrix-index-array-arb+ #x8844)
32 (defconstant +current-matrix-index-arb+ #x8845)
33 (defconstant +matrix-index-array-size-arb+ #x8846)
34 (defconstant +matrix-index-array-type-arb+ #x8847)
35 (defconstant +matrix-index-array-stride-arb+ #x8848)
36 (defconstant +matrix-index-array-pointer-arb+ #x8849)
37 (defglextfun "MatrixIndexPointerARB" matrix-index-pointer-arb :return "void"
38 :args
39 ((:name |size| :type |Int32| :direction :in)
40 (:name |type| :type |MatrixIndexPointerTypeARB| :direction :in)
41 (:name |stride| :type |SizeI| :direction :in)
42 (:name |pointer| :type |Void| :direction :in :array t :size (|type| |stride|)
43 :retained t))
44 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
45 (defglextfun "MatrixIndexuivARB" matrix-index-uiv-arb :return "void" :args
46 ((:name |size| :type |Int32| :direction :in)
47 (:name |indices| :type |UInt32| :direction :in :array t :size size))
48 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
49 (defglextfun "MatrixIndexusvARB" matrix-index-usv-arb :return "void" :args
50 ((:name |size| :type |Int32| :direction :in)
51 (:name |indices| :type |UInt16| :direction :in :array t :size size))
52 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
53 (defglextfun "MatrixIndexubvARB" matrix-index-ubv-arb :return "void" :args
54 ((:name |size| :type |Int32| :direction :in)
55 (:name |indices| :type |UInt8| :direction :in :array t :size size))
56 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
57 (defglextfun "CurrentPaletteMatrixARB" current-palette-matrix-arb :return
58 "void" :args ((:name |index| :type |Int32| :direction :in)) :category
59 "ARB_matrix_palette" :deprecated nil :version "1.1")
60 (make-extension-loader |ARB_matrix_palette|
61 (("MatrixIndexPointerARB" matrix-index-pointer-arb :return "void" :args
62 ((:name |size| :type |Int32| :direction :in)
63 (:name |type| :type |MatrixIndexPointerTypeARB| :direction :in)
64 (:name |stride| :type |SizeI| :direction :in)
65 (:name |pointer| :type |Void| :direction :in :array t :size
66 (|type| |stride|) :retained t))
67 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
68 ("MatrixIndexuivARB" matrix-index-uiv-arb :return "void" :args
69 ((:name |size| :type |Int32| :direction :in)
70 (:name |indices| :type |UInt32| :direction :in :array t :size size))
71 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
72 ("MatrixIndexusvARB" matrix-index-usv-arb :return "void" :args
73 ((:name |size| :type |Int32| :direction :in)
74 (:name |indices| :type |UInt16| :direction :in :array t :size size))
75 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
76 ("MatrixIndexubvARB" matrix-index-ubv-arb :return "void" :args
77 ((:name |size| :type |Int32| :direction :in)
78 (:name |indices| :type |UInt8| :direction :in :array t :size size))
79 :category "ARB_matrix_palette" :deprecated nil :version "1.1")
80 ("CurrentPaletteMatrixARB" current-palette-matrix-arb :return "void" :args
81 ((:name |index| :type |Int32| :direction :in)) :category
82 "ARB_matrix_palette" :deprecated nil :version "1.1")))