63ae567f65347b84234d6db9c4dc597efc8d7ea3
[cl-glfw.git] / lib / opengl-arb_shading_language_include.lisp
blob63ae567f65347b84234d6db9c4dc597efc8d7ea3
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")