Fixed the nil names of the generator.
[cl-glfw.git] / lib / opengl-ext_framebuffer_blit.lisp
blobf56bbbd5a90688a14d4b9f7e8601f38e37c4a5b9
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_blit
7 (defconstant +read-framebuffer-ext+ #x8CA8)
8 (defconstant +draw-framebuffer-ext+ #x8CA9)
9 (defconstant +read-framebuffer-binding-ext+ #x8CA6)
10 (defconstant +draw-framebuffer-binding-ext+ #x8CAA)
11 (defglextfun
12 (("BlitFramebufferEXT" blit-framebuffer-ext) :args
13 ((:name |srcX0| :type |Int32| :direction :in)
14 (:name |srcY0| :type |Int32| :direction :in)
15 (:name |srcX1| :type |Int32| :direction :in)
16 (:name |srcY1| :type |Int32| :direction :in)
17 (:name |dstX0| :type |Int32| :direction :in)
18 (:name |dstY0| :type |Int32| :direction :in)
19 (:name |dstX1| :type |Int32| :direction :in)
20 (:name |dstY1| :type |Int32| :direction :in)
21 (:name |mask| :type |ClearBufferMask| :direction :in)
22 (:name |filter| :type |GLenum| :direction :in))
23 :return ("void") :category ("EXT_framebuffer_blit") :version ("1.5")
24 :glxropcode ("4330") :glsopcode ("?") :offset ("?")))