Flutter Engine
 
Loading...
Searching...
No Matches
impeller::EGLImageWithDisplay Struct Reference

#include <image.h>

Public Member Functions

constexpr bool operator== (const EGLImageWithDisplay &other) const =default
 

Public Attributes

EGLImage image = EGL_NO_IMAGE
 
EGLDisplay display = EGL_NO_DISPLAY
 

Detailed Description

Definition at line 14 of file image.h.

Member Function Documentation

◆ operator==()

constexpr bool impeller::EGLImageWithDisplay::operator== ( const EGLImageWithDisplay other) const
constexprdefault

Member Data Documentation

◆ display

EGLDisplay impeller::EGLImageWithDisplay::display = EGL_NO_DISPLAY

Definition at line 16 of file image.h.

◆ image

EGLImage impeller::EGLImageWithDisplay::image = EGL_NO_IMAGE

Definition at line 15 of file image.h.


The documentation for this struct was generated from the following file: