Added Win+Mac notes. Some wishlist aswell.
[cl-glfw/jecs.git] / lib / opengl-arb_matrix_palette.lisp
blob7ab07e1729fa23de4e2ce704cef51df5b503f49e
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 "MatrixIndexPointerARB" matrix-index-pointer-arb :return "void"
18 :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 (|type| |stride|)
23 :retained t))
24 :category "ARB_matrix_palette" :version "1.1")
25 (defglextfun "MatrixIndexuivARB" matrix-index-uiv-arb :return "void" :args
26 ((:name |size| :type |Int32| :direction :in)
27 (:name |indices| :type |UInt32| :direction :in :array t :size size))
28 :category "ARB_matrix_palette" :version "1.1")
29 (defglextfun "MatrixIndexusvARB" matrix-index-usv-arb :return "void" :args
30 ((:name |size| :type |Int32| :direction :in)
31 (:name |indices| :type |UInt16| :direction :in :array t :size size))
32 :category "ARB_matrix_palette" :version "1.1")
33 (defglextfun "MatrixIndexubvARB" matrix-index-ubv-arb :return "void" :args
34 ((:name |size| :type |Int32| :direction :in)
35 (:name |indices| :type |UInt8| :direction :in :array t :size size))
36 :category "ARB_matrix_palette" :version "1.1")
37 (defglextfun "CurrentPaletteMatrixARB" current-palette-matrix-arb :return
38 "void" :args ((:name |index| :type |Int32| :direction :in)) :category
39 "ARB_matrix_palette" :version "1.1")