Cut-out empty enum groups earlier (results in reordering of exports) and...
[cl-glfw.git] / lib / opengl-ext_texture_buffer_object.lisp
blobafab7ff6015876d41097e74b9e82da1685ab1aa0
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_texture_buffer_object
7 (defconstant +texture-buffer-ext+ #x8C2A)
8 (defconstant +max-texture-buffer-size-ext+ #x8C2B)
9 (defconstant +texture-binding-buffer-ext+ #x8C2C)
10 (defconstant +texture-buffer-data-store-binding-ext+ #x8C2D)
11 (defconstant +texture-buffer-format-ext+ #x8C2E)
12 (defglextfun
13 (("TexBufferEXT" tex-buffer-ext) :args
14 ((:name |target| :type |TextureTarget| :direction :in)
15 (:name |internalformat| :type |GLenum| :direction :in)
16 (:name |buffer| :type |UInt32| :direction :in))
17 :return ("void") :category ("EXT_texture_buffer_object") :version ("2.0")
18 :extension ("soft" "WINSOFT" "NV50") :glfflags ("ignore") :glsflags
19 ("ignore") :glxflags ("ignore")))