Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
flutter::SurfaceFrame::SubmitInfo Struct Reference

#include <surface_frame.h>

Public Attributes

std::optional< SkIRectframe_damage
 
std::optional< SkIRectbuffer_damage
 
std::optional< fml::TimePointpresentation_time
 

Detailed Description

Definition at line 66 of file surface_frame.h.

Member Data Documentation

◆ buffer_damage

std::optional<SkIRect> flutter::SurfaceFrame::SubmitInfo::buffer_damage

Definition at line 78 of file surface_frame.h.

◆ frame_damage

std::optional<SkIRect> flutter::SurfaceFrame::SubmitInfo::frame_damage

Definition at line 71 of file surface_frame.h.

◆ presentation_time

std::optional<fml::TimePoint> flutter::SurfaceFrame::SubmitInfo::presentation_time

Definition at line 82 of file surface_frame.h.


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