Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-ext_texture_buffer_object.lisp
blob0fb8c25af5b7a6b919ab7e7a6448d3fc6f74bdfa
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 (defconstant +texture-buffer-ext+ #x8C2A)
13 (defconstant +max-texture-buffer-size-ext+ #x8C2B)
14 (defconstant +texture-binding-buffer-ext+ #x8C2C)
15 (defconstant +texture-buffer-data-store-binding-ext+ #x8C2D)
16 (defconstant +texture-buffer-format-ext+ #x8C2E)
17 (defglextfun "TexBufferEXT" tex-buffer-ext :return "void" :args
18 ((:name |target| :type |TextureTarget| :direction :in)
19 (:name |internalformat| :type |GLenum| :direction :in)
20 (:name |buffer| :type |UInt32| :direction :in))
21 :category "EXT_texture_buffer_object" :deprecated nil :version "2.0")
22 (make-extension-loader |EXT_texture_buffer_object|
23 (("TexBufferEXT" tex-buffer-ext :return "void" :args
24 ((:name |target| :type |TextureTarget| :direction :in)
25 (:name |internalformat| :type |GLenum| :direction :in)
26 (:name |buffer| :type |UInt32| :direction :in))
27 :category "EXT_texture_buffer_object" :deprecated nil :version "2.0")))