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 +draw-framebuffer-binding-ext
+ #x8CA6
)
10 (defconstant +read-framebuffer-binding-ext
+ #x8CAA
)
11 (defconstant +read-framebuffer-ext
+ #x8CA8
)
12 (defconstant +draw-framebuffer-ext
+ #x8CA9
)
13 (defconstant +draw-framebuffer-binding-ext
+ #x8CA6
)
14 (defconstant +read-framebuffer-binding-ext
+ #x8CAA
)
15 (defglextfun "BlitFramebufferEXT" blit-framebuffer-ext
:return
"void" :args
16 ((:name |srcX0|
:type |Int32|
:direction
:in
)
17 (:name |srcY0|
:type |Int32|
:direction
:in
)
18 (:name |srcX1|
:type |Int32|
:direction
:in
)
19 (:name |srcY1|
:type |Int32|
:direction
:in
)
20 (:name |dstX0|
:type |Int32|
:direction
:in
)
21 (:name |dstY0|
:type |Int32|
:direction
:in
)
22 (:name |dstX1|
:type |Int32|
:direction
:in
)
23 (:name |dstY1|
:type |Int32|
:direction
:in
)
24 (:name |mask|
:type |ClearBufferMask|
:direction
:in
)
25 (:name |filter|
:type |GLenum|
:direction
:in
))
26 :category
"EXT_framebuffer_blit" :deprecated nil
:version
"1.5")
27 (make-extension-loader |EXT_framebuffer_blit|
28 (("BlitFramebufferEXT" blit-framebuffer-ext
:return
"void" :args
29 ((:name |srcX0|
:type |Int32|
:direction
:in
)
30 (:name |srcY0|
:type |Int32|
:direction
:in
)
31 (:name |srcX1|
:type |Int32|
:direction
:in
)
32 (:name |srcY1|
:type |Int32|
:direction
:in
)
33 (:name |dstX0|
:type |Int32|
:direction
:in
)
34 (:name |dstY0|
:type |Int32|
:direction
:in
)
35 (:name |dstX1|
:type |Int32|
:direction
:in
)
36 (:name |dstY1|
:type |Int32|
:direction
:in
)
37 (:name |mask|
:type |ClearBufferMask|
:direction
:in
)
38 (:name |filter|
:type |GLenum|
:direction
:in
))
39 :category
"EXT_framebuffer_blit" :deprecated nil
:version
"1.5")))