Author: D Herring <dherring@at.tentpost.dot.com>
[cl-glfw.git] / lib / opengl-ext_framebuffer_multisample.lisp
blob3bc39ff2eae795f3600ffdd636d42c7db3f4986d
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 "RenderbufferStorageMultisampleEXT"
11 renderbuffer-storage-multisample-ext :return "void" :args
12 ((:name |target| :type |GLenum| :direction :in)
13 (:name |samples| :type |SizeI| :direction :in)
14 (:name |internalformat| :type |GLenum| :direction :in)
15 (:name |width| :type |SizeI| :direction :in)
16 (:name |height| :type |SizeI| :direction :in))
17 :category "EXT_framebuffer_multisample" :version "1.5")