Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_bindable_uniform.lisp
bloba79638a1ccfe958c86982dda05f2d1223b8c6f36
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_bindable_uniform
7 (defconstant +max-vertex-bindable-uniforms-ext+ #x8DE2)
8 (defconstant +max-fragment-bindable-uniforms-ext+ #x8DE3)
9 (defconstant +max-geometry-bindable-uniforms-ext+ #x8DE4)
10 (defconstant +max-bindable-uniform-size-ext+ #x8DED)
11 (defconstant +uniform-buffer-ext+ #x8DEE)
12 (defconstant +uniform-buffer-binding-ext+ #x8DEF)
13 (defglextfun
14 (("GetUniformOffsetEXT" get-uniform-offset-ext) :args
15 ((:name |program| :type |UInt32| :direction :in)
16 (:name |location| :type |Int32| :direction :in))
17 :return ("BufferOffset") :category ("EXT_bindable_uniform") :dlflags
18 ("notlistable") :version ("2.0") :extension ("soft" "WINSOFT") :glfflags
19 ("ignore") :glsflags ("ignore") :glxflags ("ignore")))
20 (defglextfun
21 (("GetUniformBufferSizeEXT" get-uniform-buffer-size-ext) :args
22 ((:name |program| :type |UInt32| :direction :in)
23 (:name |location| :type |Int32| :direction :in))
24 :return ("Int32") :category ("EXT_bindable_uniform") :dlflags ("notlistable")
25 :version ("2.0") :extension ("soft" "WINSOFT") :glfflags ("ignore") :glsflags
26 ("ignore") :glxflags ("ignore")))
27 (defglextfun
28 (("UniformBufferEXT" uniform-buffer-ext) :args
29 ((:name |program| :type |UInt32| :direction :in)
30 (:name |location| :type |Int32| :direction :in)
31 (:name |buffer| :type |UInt32| :direction :in))
32 :return ("void") :category ("EXT_bindable_uniform") :version ("2.0")
33 :extension ("soft" "WINSOFT") :glxflags ("ignore") :glfflags ("ignore")
34 :glsflags ("ignore")))