Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_draw_buffers2.lisp
blobd0fb241c32fdf772935b27dccd7e18c4aceb31d4
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
8 (("IsEnabledIndexedEXT" is-enabled-indexed-ext) :args
9 ((:name |target| :type |GLenum| :direction :in)
10 (:name |index| :type |UInt32| :direction :in))
11 :return ("Boolean") :category ("EXT_draw_buffers2") :version ("2.0") :dlflags
12 ("notlistable") :glxflags ("ignore") :glfflags ("ignore") :glsflags
13 ("ignore") :extension ("soft" "WINSOFT")))
14 (defglextfun
15 (("DisableIndexedEXT" disable-indexed-ext) :args
16 ((:name |target| :type |GLenum| :direction :in)
17 (:name |index| :type |UInt32| :direction :in))
18 :return ("void") :category ("EXT_draw_buffers2") :version ("2.0") :glxflags
19 ("ignore") :glfflags ("ignore") :glsflags ("ignore") :extension
20 ("soft" "WINSOFT")))
21 (defglextfun
22 (("EnableIndexedEXT" enable-indexed-ext) :args
23 ((:name |target| :type |GLenum| :direction :in)
24 (:name |index| :type |UInt32| :direction :in))
25 :return ("void") :category ("EXT_draw_buffers2") :version ("2.0") :glxflags
26 ("ignore") :glfflags ("ignore") :glsflags ("ignore") :extension
27 ("soft" "WINSOFT")))
28 (defglextfun
29 (("GetIntegerIndexedvEXT" get-integer-indexed-v-ext) :args
30 ((:name |target| :type |GLenum| :direction :in)
31 (:name |index| :type |UInt32| :direction :in)
32 (:name |data| :type |Int32| :direction :out :array t :size (|target|)))
33 :return ("void") :category ("EXT_draw_buffers2") :version ("2.0") :dlflags
34 ("notlistable") :glxflags ("ignore") :glfflags ("ignore") :glsflags
35 ("ignore") :extension ("soft" "WINSOFT")))
36 (defglextfun
37 (("GetBooleanIndexedvEXT" get-boolean-indexed-v-ext) :args
38 ((:name |target| :type |GLenum| :direction :in)
39 (:name |index| :type |UInt32| :direction :in)
40 (:name |data| :type |Boolean| :direction :out :array t :size (|target|)))
41 :return ("void") :category ("EXT_draw_buffers2") :version ("2.0") :dlflags
42 ("notlistable") :glxflags ("ignore") :glfflags ("ignore") :glsflags
43 ("ignore") :extension ("soft" "WINSOFT")))
44 (defglextfun
45 (("ColorMaskIndexedEXT" color-mask-indexed-ext) :args
46 ((:name |index| :type |UInt32| :direction :in)
47 (:name |r| :type |Boolean| :direction :in)
48 (:name |g| :type |Boolean| :direction :in)
49 (:name |b| :type |Boolean| :direction :in)
50 (:name |a| :type |Boolean| :direction :in))
51 :return ("void") :category ("EXT_draw_buffers2") :version ("2.0") :glxflags
52 ("ignore") :glfflags ("ignore") :glsflags ("ignore") :extension
53 ("soft" "WINSOFT")))