Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-arb_shading_language_include.lisp
blobf0e5fc8396d09f4fb99d7121ff0e672bc2db8e1a
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 +low-float+ #x8DF0)
13 (defconstant +medium-float+ #x8DF1)
14 (defconstant +high-float+ #x8DF2)
15 (defconstant +low-int+ #x8DF3)
16 (defconstant +medium-int+ #x8DF4)
17 (defconstant +high-int+ #x8DF5)
18 (defconstant +unsigned-int-10-10-10-2-oes+ #x8DF6)
19 (defconstant +int-10-10-10-2-oes+ #x8DF7)
20 (defconstant +shader-include-arb+ #x8DAE)
21 (defconstant +named-string-length-arb+ #x8DE9)
22 (defconstant +named-string-type-arb+ #x8DEA)
23 (defglextfun "GetNamedStringivARB" get-named-string-iv-arb :return "void" :args
24 ((:name |namelen| :type |Int32| :direction :in)
25 (:name |name| :type |Char| :direction :in :array t :size namelen)
26 (:name |pname| :type |GLenum| :direction :in)
27 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
28 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
29 (defglextfun "GetNamedStringARB" get-named-string-arb :return "void" :args
30 ((:name |namelen| :type |Int32| :direction :in)
31 (:name |name| :type |Char| :direction :in :array t :size namelen)
32 (:name |bufSize| :type |SizeI| :direction :in)
33 (:name |stringlen| :type |Int32| :direction :out :array t :size #x1)
34 (:name |string| :type |Char| :direction :out :array t :size bufsize))
35 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
36 (defglextfun "IsNamedStringARB" is-named-string-arb :return "Boolean" :args
37 ((:name |namelen| :type |Int32| :direction :in)
38 (:name |name| :type |Char| :direction :in :array t :size namelen))
39 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
40 (defglextfun "CompileShaderIncludeARB" compile-shader-include-arb :return
41 "void" :args
42 ((:name |shader| :type |UInt32| :direction :in)
43 (:name |count| :type |SizeI| :direction :in)
44 (:name |path| :type |CharPointer| :direction :in :array t :size count)
45 (:name |length| :type |Int32| :direction :in :array t :size count))
46 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
47 (defglextfun "DeleteNamedStringARB" delete-named-string-arb :return "void"
48 :args
49 ((:name |namelen| :type |Int32| :direction :in)
50 (:name |name| :type |Char| :direction :in :array t :size namelen))
51 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
52 (defglextfun "NamedStringARB" named-string-arb :return "void" :args
53 ((:name |type| :type |GLenum| :direction :in)
54 (:name |namelen| :type |Int32| :direction :in)
55 (:name |name| :type |Char| :direction :in :array t :size namelen)
56 (:name |stringlen| :type |Int32| :direction :in)
57 (:name |string| :type |Char| :direction :in :array t :size stringlen))
58 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
59 (make-extension-loader |ARB_shading_language_include|
60 (("GetNamedStringivARB" get-named-string-iv-arb :return "void" :args
61 ((:name |namelen| :type |Int32| :direction :in)
62 (:name |name| :type |Char| :direction :in :array t :size namelen)
63 (:name |pname| :type |GLenum| :direction :in)
64 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
65 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
66 ("GetNamedStringARB" get-named-string-arb :return "void" :args
67 ((:name |namelen| :type |Int32| :direction :in)
68 (:name |name| :type |Char| :direction :in :array t :size namelen)
69 (:name |bufSize| :type |SizeI| :direction :in)
70 (:name |stringlen| :type |Int32| :direction :out :array t :size #x1)
71 (:name |string| :type |Char| :direction :out :array t :size bufsize))
72 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
73 ("IsNamedStringARB" is-named-string-arb :return "Boolean" :args
74 ((:name |namelen| :type |Int32| :direction :in)
75 (:name |name| :type |Char| :direction :in :array t :size namelen))
76 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
77 ("CompileShaderIncludeARB" compile-shader-include-arb :return "void" :args
78 ((:name |shader| :type |UInt32| :direction :in)
79 (:name |count| :type |SizeI| :direction :in)
80 (:name |path| :type |CharPointer| :direction :in :array t :size count)
81 (:name |length| :type |Int32| :direction :in :array t :size count))
82 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
83 ("DeleteNamedStringARB" delete-named-string-arb :return "void" :args
84 ((:name |namelen| :type |Int32| :direction :in)
85 (:name |name| :type |Char| :direction :in :array t :size namelen))
86 :category "ARB_shading_language_include" :deprecated nil :version "1.2")
87 ("NamedStringARB" named-string-arb :return "void" :args
88 ((:name |type| :type |GLenum| :direction :in)
89 (:name |namelen| :type |Int32| :direction :in)
90 (:name |name| :type |Char| :direction :in :array t :size namelen)
91 (:name |stringlen| :type |Int32| :direction :in)
92 (:name |string| :type |Char| :direction :in :array t :size stringlen))
93 :category "ARB_shading_language_include" :deprecated nil :version "1.2")))