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

#include <gpu_surface_gl_delegate.h>

Public Attributes

uint32_t fbo_id
 
const std::optional< SkIRect > & frame_damage
 
std::optional< fml::TimePointpresentation_time = std::nullopt
 
const std::optional< SkIRect > & buffer_damage
 

Detailed Description

Definition at line 35 of file gpu_surface_gl_delegate.h.

Member Data Documentation

◆ buffer_damage

const std::optional<SkIRect>& flutter::GLPresentInfo::buffer_damage

Definition at line 48 of file gpu_surface_gl_delegate.h.

◆ fbo_id

uint32_t flutter::GLPresentInfo::fbo_id

Definition at line 36 of file gpu_surface_gl_delegate.h.

◆ frame_damage

const std::optional<SkIRect>& flutter::GLPresentInfo::frame_damage

Definition at line 40 of file gpu_surface_gl_delegate.h.

◆ presentation_time

std::optional<fml::TimePoint> flutter::GLPresentInfo::presentation_time = std::nullopt

Definition at line 44 of file gpu_surface_gl_delegate.h.


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