Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_framebuffer_multisample.lisp
blobbc2378410e7789ff9e9155a24004dc397aab06fb
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)
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 ("?")))