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_framebuffer_multisample
7 (defconstant +renderbuffer-samples-ext
+ #x8CAB
)
8 (defconstant +framebuffer-incomplete-multisample-ext
+ #x8D56
)
9 (defconstant +max-samples-ext
+ #x8D57
)
11 (("RenderbufferStorageMultisampleEXT" renderbuffer-storage-multisample-ext
)
13 ((:name |target|
:type |GLenum|
:direction
:in
)
14 (:name |samples|
:type |SizeI|
:direction
:in
)
15 (:name |internalformat|
:type |GLenum|
:direction
:in
)
16 (:name |width|
:type |SizeI|
:direction
:in
)
17 (:name |height|
:type |SizeI|
:direction
:in
))
18 :return
("void") :category
("EXT_framebuffer_multisample") :version
("1.5")
19 :glxropcode
("4331") :glsopcode
("?") :offset
("?")))