#include <epoxy/egl.h>#include <glib-object.h>Go to the source code of this file.
Functions | |
| G_BEGIN_DECLS FlEGLImage * | fl_egl_image_new (GLuint texture) |
| EGLImage | fl_egl_image_get_image (FlEGLImage *image) |
| EGLImage fl_egl_image_get_image | ( | FlEGLImage * | image | ) |
fl_egl_image_get_image: an #FlEGLImage.
Gets the EGL image managed by this object.
Returns: the EGL image.
Definition at line 68 of file fl_egl_image.cc.
Referenced by fl_framebuffer_create_sibling(), and TEST().
| G_BEGIN_DECLS FlEGLImage* fl_egl_image_new | ( | GLuint | texture | ) |
fl_egl_image_new: @texture: the texture to create an EGL image for.
Creates an object that manages an EGL image.
Returns: a new #FlEGLImage.
Definition at line 59 of file fl_egl_image.cc.
References create_egl_image().
Referenced by fl_framebuffer_new(), and TEST().