Flutter Engine
 
Loading...
Searching...
No Matches
flutter::EmbedderRenderTarget::SetCurrentResult Struct Reference

#include <embedder_render_target.h>

Public Attributes

bool success
 
bool gl_state_trampled
 

Detailed Description

Definition at line 30 of file embedder_render_target.h.

Member Data Documentation

◆ gl_state_trampled

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.

◆ success

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.


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