#include <embedder_render_target.h>
Public Attributes | |
| bool | success |
| bool | gl_state_trampled |
Definition at line 30 of file embedder_render_target.h.
| bool flutter::EmbedderRenderTarget::SetCurrentResult::gl_state_trampled |
This is true if any native graphics API (e.g. GL, but not EGL) state has changed and Skia/Impeller should not assume any GL state values are the same as before the context change operation was attempted.
Definition at line 39 of file embedder_render_target.h.
| bool flutter::EmbedderRenderTarget::SetCurrentResult::success |
This is true if the operation succeeded (even if it was a no-op), false if the surface could not be made current / the current surface could not be cleared.
Definition at line 34 of file embedder_render_target.h.