Cut-out empty enum groups earlier (results in reordering of exports) and...
[cl-glfw/jecs.git] / lib / opengl-arb_matrix_palette.lisp
blob83da0bac01d6cf396bbf0bebe7e53210f39708bc
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 (defglextfun
18 (("MatrixIndexPointerARB" matrix-index-pointer-arb) :args
19 ((:name |size| :type |Int32| :direction :in)
20 (:name |type| :type |MatrixIndexPointerTypeARB| :direction :in)
21 (:name |stride| :type |SizeI| :direction :in)
22 (:name |pointer| :type |Void| :direction :in :array t :size
23 (|type| |stride|) :retained t))
24 :return ("void") :category ("ARB_matrix_palette") :version ("1.1") :extension
25 nil :dlflags ("notlistable") :glxflags ("ignore") :glsflags ("client")
26 :glsopcode ("0x0214") :offset ("?")))
27 (defglextfun
28 (("MatrixIndexuivARB" matrix-index-uiv-arb) :args
29 ((:name |size| :type |Int32| :direction :in)
30 (:name |indices| :type |UInt32| :direction :in :array t :size size))
31 :return ("void") :category ("ARB_matrix_palette") :version ("1.1") :extension
32 nil :glxropcode ("4328") :glxflags ("ignore") :glsopcode ("0x0213") :offset
33 ("?")))
34 (defglextfun
35 (("MatrixIndexusvARB" matrix-index-usv-arb) :args
36 ((:name |size| :type |Int32| :direction :in)
37 (:name |indices| :type |UInt16| :direction :in :array t :size size))
38 :return ("void") :category ("ARB_matrix_palette") :version ("1.1") :extension
39 nil :glxropcode ("4327") :glxflags ("ignore") :glsopcode ("0x0212") :offset
40 ("?")))
41 (defglextfun
42 (("MatrixIndexubvARB" matrix-index-ubv-arb) :args
43 ((:name |size| :type |Int32| :direction :in)
44 (:name |indices| :type |UInt8| :direction :in :array t :size size))
45 :return ("void") :category ("ARB_matrix_palette") :version ("1.1") :extension
46 nil :glxropcode ("4326") :glxflags ("ignore") :glsopcode ("0x0211") :offset
47 ("?")))
48 (defglextfun
49 (("CurrentPaletteMatrixARB" current-palette-matrix-arb) :args
50 ((:name |index| :type |Int32| :direction :in)) :return ("void") :category
51 ("ARB_matrix_palette") :version ("1.1") :extension nil :glxropcode ("4329")
52 :glxflags ("ignore") :glsopcode ("0x0210") :offset ("?")))