#include <image.h>
|
EGLImage | image = EGL_NO_IMAGE |
|
EGLDisplay | display = EGL_NO_DISPLAY |
|
Definition at line 14 of file image.h.
◆ operator!=()
constexpr bool impeller::EGLImageWithDisplay::operator!= |
( |
const EGLImageWithDisplay & |
other | ) |
const |
|
inlineconstexpr |
Definition at line 22 of file image.h.
22 {
23 return !(*this == other);
24 }
◆ operator==()
constexpr bool impeller::EGLImageWithDisplay::operator== |
( |
const EGLImageWithDisplay & |
other | ) |
const |
|
inlineconstexpr |
◆ display
EGLDisplay impeller::EGLImageWithDisplay::display = EGL_NO_DISPLAY |
◆ image
EGLImage impeller::EGLImageWithDisplay::image = EGL_NO_IMAGE |
The documentation for this struct was generated from the following file: