Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ext_draw_buffers2.lisp
blobb00cc649485a301526cc7617bae1a0bf18a67591
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_draw_buffers2
7 (defglextfun "IsEnabledIndexedEXT" is-enabled-indexed-ext :return "Boolean"
8 :args
9 ((:name |target| :type |GLenum| :direction :in)
10 (:name |index| :type |UInt32| :direction :in))
11 :category "EXT_draw_buffers2" :deprecated nil :version "2.0")
12 (defglextfun "DisableIndexedEXT" disable-indexed-ext :return "void" :args
13 ((:name |target| :type |GLenum| :direction :in)
14 (:name |index| :type |UInt32| :direction :in))
15 :category "EXT_draw_buffers2" :deprecated nil :version "2.0")
16 (defglextfun "EnableIndexedEXT" enable-indexed-ext :return "void" :args
17 ((:name |target| :type |GLenum| :direction :in)
18 (:name |index| :type |UInt32| :direction :in))
19 :category "EXT_draw_buffers2" :deprecated nil :version "2.0")
20 (defglextfun "GetIntegerIndexedvEXT" get-integer-indexed-v-ext :return "void"
21 :args
22 ((:name |target| :type |GLenum| :direction :in)
23 (:name |index| :type |UInt32| :direction :in)
24 (:name |data| :type |Int32| :direction :out :array t :size (|target|)))
25 :category "EXT_draw_buffers2" :deprecated nil :version "2.0")
26 (defglextfun "GetBooleanIndexedvEXT" get-boolean-indexed-v-ext :return "void"
27 :args
28 ((:name |target| :type |GLenum| :direction :in)
29 (:name |index| :type |UInt32| :direction :in)
30 (:name |data| :type |Boolean| :direction :out :array t :size (|target|)))
31 :category "EXT_draw_buffers2" :deprecated nil :version "2.0")
32 (defglextfun "ColorMaskIndexedEXT" color-mask-indexed-ext :return "void" :args
33 ((:name |index| :type |UInt32| :direction :in)
34 (:name |r| :type |Boolean| :direction :in)
35 (:name |g| :type |Boolean| :direction :in)
36 (:name |b| :type |Boolean| :direction :in)
37 (:name |a| :type |Boolean| :direction :in))
38 :category "EXT_draw_buffers2" :deprecated nil :version "2.0")
39 (make-extension-loader |EXT_draw_buffers2|
40 (("IsEnabledIndexedEXT" is-enabled-indexed-ext :return "Boolean" :args
41 ((:name |target| :type |GLenum| :direction :in)
42 (:name |index| :type |UInt32| :direction :in))
43 :category "EXT_draw_buffers2" :deprecated nil :version "2.0")
44 ("DisableIndexedEXT" disable-indexed-ext :return "void" :args
45 ((:name |target| :type |GLenum| :direction :in)
46 (:name |index| :type |UInt32| :direction :in))
47 :category "EXT_draw_buffers2" :deprecated nil :version "2.0")
48 ("EnableIndexedEXT" enable-indexed-ext :return "void" :args
49 ((:name |target| :type |GLenum| :direction :in)
50 (:name |index| :type |UInt32| :direction :in))
51 :category "EXT_draw_buffers2" :deprecated nil :version "2.0")
52 ("GetIntegerIndexedvEXT" get-integer-indexed-v-ext :return "void" :args
53 ((:name |target| :type |GLenum| :direction :in)
54 (:name |index| :type |UInt32| :direction :in)
55 (:name |data| :type |Int32| :direction :out :array t :size (|target|)))
56 :category "EXT_draw_buffers2" :deprecated nil :version "2.0")
57 ("GetBooleanIndexedvEXT" get-boolean-indexed-v-ext :return "void" :args
58 ((:name |target| :type |GLenum| :direction :in)
59 (:name |index| :type |UInt32| :direction :in)
60 (:name |data| :type |Boolean| :direction :out :array t :size (|target|)))
61 :category "EXT_draw_buffers2" :deprecated nil :version "2.0")
62 ("ColorMaskIndexedEXT" color-mask-indexed-ext :return "void" :args
63 ((:name |index| :type |UInt32| :direction :in)
64 (:name |r| :type |Boolean| :direction :in)
65 (:name |g| :type |Boolean| :direction :in)
66 (:name |b| :type |Boolean| :direction :in)
67 (:name |a| :type |Boolean| :direction :in))
68 :category "EXT_draw_buffers2" :deprecated nil :version "2.0")))