KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
i_opengl_buf.h
Go to the documentation of this file.
1 
6 /*
7  * $Id: i_opengl_buf.h 17790 2014-10-20 09:13:26Z predoehl $
8  */
9 
10 #ifndef KJB_CPP_OPENGL_IMAGE_BUF_H
11 #define KJB_CPP_OPENGL_IMAGE_BUF_H
12 
13 #include <i_cpp/i_image.h>
14 
15 namespace kjb
16 {
17 
30 {
31 public:
32 // KJB_LEGACY(Opengl_framebuffer_image(uint32_t x, uint32_t y, uint32_t height, uint32_t width));
33  Opengl_framebuffer_image(uint32_t x, uint32_t y, uint32_t height, uint32_t width);
34 };
35 
36 
37 } //namespace kjb
38 
39 #endif /* KJB_CPP_OPENGL_IMAGE_BUF_H */
height
Definition: APPgetLargeConnectedEdges.m:33
Definition: i_opengl_buf.h:29
x
Definition: APPgetLargeConnectedEdges.m:100
Opengl_framebuffer_image(uint32_t x, uint32_t y, uint32_t height, uint32_t width)
Definition: i_opengl_buf.cpp:36
Code for a wrapper class around the C struct KJB_Image.
Wrapped version of the C struct KJB_image.
Definition: i_image.h:76