Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-arb_shading_language_include.lisp
blob4393114a1c2279b16bfbfe1495d385b52662c2f3
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_shading_language_include
7 (defconstant +named-string-length-arb+ #x8DE9)
8 (defconstant +named-string-type-arb+ #x8DEA)
9 (defconstant +max-bindable-uniform-size-ext+ #x8DED)
10 (defconstant +uniform-buffer-ext+ #x8DEE)
11 (defconstant +uniform-buffer-binding-ext+ #x8DEF)
12 (defconstant +unsigned-int-10-10-10-2-oes+ #x8DF6)
13 (defconstant +int-10-10-10-2-oes+ #x8DF7)
14 (defconstant +shader-include-arb+ #x8DAE)
15 (defconstant +named-string-length-arb+ #x8DE9)
16 (defconstant +named-string-type-arb+ #x8DEA)
17 (defglextfun "GetNamedStringivARB" get-named-string-iv-arb :return "void" :args
18 ((:name |namelen| :type |Int32| :direction :in)
19 (:name |name| :type |Char| :direction :in :array t :size namelen)
20 (:name |pname| :type |GLenum| :direction :in)
21 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
22 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
23 (defglextfun "GetNamedStringARB" get-named-string-arb :return "void" :args
24 ((:name |namelen| :type |Int32| :direction :in)
25 (:name |name| :type |Char| :direction :in :array t :size namelen)
26 (:name |bufSize| :type |SizeI| :direction :in)
27 (:name |stringlen| :type |Int32| :direction :out :array t :size #x1)
28 (:name |string| :type |Char| :direction :out :array t :size bufsize))
29 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
30 (defglextfun "IsNamedStringARB" is-named-string-arb :return "Boolean" :args
31 ((:name |namelen| :type |Int32| :direction :in)
32 (:name |name| :type |Char| :direction :in :array t :size namelen))
33 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
34 (defglextfun "CompileShaderIncludeARB" compile-shader-include-arb :return
35 "void" :args
36 ((:name |shader| :type |UInt32| :direction :in)
37 (:name |count| :type |SizeI| :direction :in)
38 (:name |path| :type |CharPointer| :direction :in :array t :size count)
39 (:name |length| :type |Int32| :direction :in :array t :size count))
40 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
41 (defglextfun "DeleteNamedStringARB" delete-named-string-arb :return "void"
42 :args
43 ((:name |namelen| :type |Int32| :direction :in)
44 (:name |name| :type |Char| :direction :in :array t :size namelen))
45 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
46 (defglextfun "NamedStringARB" named-string-arb :return "void" :args
47 ((:name |type| :type |GLenum| :direction :in)
48 (:name |namelen| :type |Int32| :direction :in)
49 (:name |name| :type |Char| :direction :in :array t :size namelen)
50 (:name |stringlen| :type |Int32| :direction :in)
51 (:name |string| :type |Char| :direction :in :array t :size stringlen))
52 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
53 (make-extension-loader |ARB_shading_language_include|
54 (("GetNamedStringivARB" get-named-string-iv-arb :return "void" :args
55 ((:name |namelen| :type |Int32| :direction :in)
56 (:name |name| :type |Char| :direction :in :array t :size namelen)
57 (:name |pname| :type |GLenum| :direction :in)
58 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
59 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
60 ("GetNamedStringARB" get-named-string-arb :return "void" :args
61 ((:name |namelen| :type |Int32| :direction :in)
62 (:name |name| :type |Char| :direction :in :array t :size namelen)
63 (:name |bufSize| :type |SizeI| :direction :in)
64 (:name |stringlen| :type |Int32| :direction :out :array t :size #x1)
65 (:name |string| :type |Char| :direction :out :array t :size bufsize))
66 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
67 ("IsNamedStringARB" is-named-string-arb :return "Boolean" :args
68 ((:name |namelen| :type |Int32| :direction :in)
69 (:name |name| :type |Char| :direction :in :array t :size namelen))
70 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
71 ("CompileShaderIncludeARB" compile-shader-include-arb :return "void" :args
72 ((:name |shader| :type |UInt32| :direction :in)
73 (:name |count| :type |SizeI| :direction :in)
74 (:name |path| :type |CharPointer| :direction :in :array t :size count)
75 (:name |length| :type |Int32| :direction :in :array t :size count))
76 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
77 ("DeleteNamedStringARB" delete-named-string-arb :return "void" :args
78 ((:name |namelen| :type |Int32| :direction :in)
79 (:name |name| :type |Char| :direction :in :array t :size namelen))
80 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
81 ("NamedStringARB" named-string-arb :return "void" :args
82 ((:name |type| :type |GLenum| :direction :in)
83 (:name |namelen| :type |Int32| :direction :in)
84 (:name |name| :type |Char| :direction :in :array t :size namelen)
85 (:name |stringlen| :type |Int32| :direction :in)
86 (:name |string| :type |Char| :direction :in :array t :size stringlen))
87 :category "ARB_shading_language_include" :deprecated nil :version "1.2")))