Flutter Engine
 
Loading...
Searching...
No Matches
FlutterDamage Struct Reference

A structure to represent a damage region. More...

#include <embedder.h>

Public Attributes

size_t struct_size
 The size of this struct. Must be sizeof(FlutterDamage).
 
size_t num_rects
 The number of rectangles within the damage region.
 
FlutterRectdamage
 The actual damage region(s) in question.
 

Detailed Description

A structure to represent a damage region.

Definition at line 664 of file embedder.h.

Member Data Documentation

◆ damage

◆ num_rects

◆ struct_size

size_t FlutterDamage::struct_size

The size of this struct. Must be sizeof(FlutterDamage).

Definition at line 666 of file embedder.h.

Referenced by InferOpenGLPlatformViewCreationCallback().


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