Flutter Engine
 
Loading...
Searching...
No Matches
flutter::SurfaceFrame::SubmitInfo Struct Reference

#include <surface_frame.h>

Public Attributes

std::optional< DlIRectframe_damage
 
std::optional< DlIRectbuffer_damage
 
std::optional< fml::TimePointpresentation_time
 
bool frame_boundary = true
 
bool present_with_transaction = false
 

Detailed Description

Definition at line 71 of file surface_frame.h.

Member Data Documentation

◆ buffer_damage

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

Definition at line 83 of file surface_frame.h.

◆ frame_boundary

bool flutter::SurfaceFrame::SubmitInfo::frame_boundary = true

Definition at line 94 of file surface_frame.h.

◆ frame_damage

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

Definition at line 76 of file surface_frame.h.

◆ present_with_transaction

bool flutter::SurfaceFrame::SubmitInfo::present_with_transaction = false

Definition at line 107 of file surface_frame.h.

◆ presentation_time

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

Definition at line 87 of file surface_frame.h.


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