4 ;;;; EXT_texture_buffer_object
6 (defconstant +texture-buffer-ext
+ #x8C2A
)
7 (defconstant +max-texture-buffer-size-ext
+ #x8C2B
)
8 (defconstant +texture-binding-buffer-ext
+ #x8C2C
)
9 (defconstant +texture-buffer-data-store-binding-ext
+ #x8C2D
)
10 (defconstant +texture-buffer-format-ext
+ #x8C2E
)
12 (("TexBufferEXT" tex-buffer-ext
) :args
13 ((:name |target|
:type |TextureTarget|
:direction
:in
)
14 (:name |internalformat|
:type |GLenum|
:direction
:in
)
15 (:name |buffer|
:type |UInt32|
:direction
:in
))
16 :return
("void") :category
("EXT_texture_buffer_object") :version
("2.0")
17 :extension
("soft" "WINSOFT" "NV50") :glfflags
("ignore") :glsflags
18 ("ignore") :glxflags
("ignore")))