Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-ext_framebuffer_multisample.lisp
blobfdfd3d3b59d20da857790718fa2c5c4ec26f44d4
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")
20 (make-extension-loader |EXT_framebuffer_multisample|
21 (("RenderbufferStorageMultisampleEXT" renderbuffer-storage-multisample-ext
22 :return "void" :args
23 ((:name |target| :type |GLenum| :direction :in)
24 (:name |samples| :type |SizeI| :direction :in)
25 (:name |internalformat| :type |GLenum| :direction :in)
26 (:name |width| :type |SizeI| :direction :in)
27 (:name |height| :type |SizeI| :direction :in))
28 :category "EXT_framebuffer_multisample" :deprecated nil :version "1.5")))