Flutter Linux Embedder
FlRendererPrivate Struct Reference

Public Attributes

GWeakRef engine
 
gboolean initialized
 
GLint sized_format
 
GLint general_format
 
GHashTable * views
 
int target_width
 
int target_height
 
bool blocking_main_thread
 
bool had_first_frame
 
bool has_gl_framebuffer_blit
 
GLuint program
 
GHashTable * framebuffers_by_view_id
 

Detailed Description

Definition at line 41 of file fl_renderer.cc.

Member Data Documentation

◆ blocking_main_thread

bool FlRendererPrivate::blocking_main_thread

Definition at line 62 of file fl_renderer.cc.

◆ engine

GWeakRef FlRendererPrivate::engine

Definition at line 43 of file fl_renderer.cc.

◆ framebuffers_by_view_id

GHashTable* FlRendererPrivate::framebuffers_by_view_id

Definition at line 75 of file fl_renderer.cc.

◆ general_format

GLint FlRendererPrivate::general_format

Definition at line 52 of file fl_renderer.cc.

◆ had_first_frame

bool FlRendererPrivate::had_first_frame

Definition at line 66 of file fl_renderer.cc.

◆ has_gl_framebuffer_blit

bool FlRendererPrivate::has_gl_framebuffer_blit

Definition at line 69 of file fl_renderer.cc.

◆ initialized

gboolean FlRendererPrivate::initialized

Definition at line 46 of file fl_renderer.cc.

◆ program

GLuint FlRendererPrivate::program

Definition at line 72 of file fl_renderer.cc.

◆ sized_format

GLint FlRendererPrivate::sized_format

Definition at line 49 of file fl_renderer.cc.

◆ target_height

int FlRendererPrivate::target_height

Definition at line 59 of file fl_renderer.cc.

◆ target_width

int FlRendererPrivate::target_width

Definition at line 58 of file fl_renderer.cc.

◆ views

GHashTable* FlRendererPrivate::views

Definition at line 55 of file fl_renderer.cc.


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