Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ext_framebuffer_multisample.lisp
blobbc5ad89da5f606dde92bb97f377d3c7480049e39
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; EXT_framebuffer_multisample
7 (defconstant +renderbuffer-samples-ext+ #x8CAB)
8 (defconstant +framebuffer-incomplete-multisample-ext+ #x8D56)
9 (defconstant +max-samples-ext+ #x8D57)
10 (defglextfun
11 (("RenderbufferStorageMultisampleEXT" renderbuffer-storage-multisample-ext)
12 :args
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 ("?")))