Folded in some ftgl improvements from Cowl
[cl-glfw.git] / lib / opengl-ext_framebuffer_multisample.lisp
blobb3c0eeba1f5b32903204d7340e254449d21a0466
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 +renderbuffer-coverage-samples-nv+ #x8CAB)
9 (defconstant +renderbuffer-samples-ext+ #x8CAB)
10 (defconstant +framebuffer-incomplete-multisample-ext+ #x8D56)
11 (defconstant +max-samples-ext+ #x8D57)
12 (defglextfun "RenderbufferStorageMultisampleEXT"
13 renderbuffer-storage-multisample-ext :return "void" :args
14 ((:name |target| :type |GLenum| :direction :in)
15 (:name |samples| :type |SizeI| :direction :in)
16 (:name |internalformat| :type |GLenum| :direction :in)
17 (:name |width| :type |SizeI| :direction :in)
18 (:name |height| :type |SizeI| :direction :in))
19 :category "EXT_framebuffer_multisample" :deprecated nil :version "1.5")