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

#include <embedder.h>

Public Attributes

FlutterOpenGLTargetType type
 
union { 
 
   FlutterOpenGLTexture   texture 
 A texture for Flutter to render into. More...
 
   FlutterOpenGLFramebuffer   framebuffer 
 
   FlutterOpenGLSurface   surface 
 
};  
 

Detailed Description

Definition at line 1911 of file embedder.h.

Member Data Documentation

◆ [union]

◆ framebuffer

◆ surface

FlutterOpenGLSurface FlutterOpenGLBackingStore::surface

A surface for Flutter to render into. Basically a wrapper around a closure that'll be called when the surface should be made current.

Definition at line 1923 of file embedder.h.

Referenced by CreateEmbedderRenderTarget(), operator<<(), and operator==().

◆ texture

FlutterOpenGLTexture FlutterOpenGLBackingStore::texture

A texture for Flutter to render into.

Definition at line 1917 of file embedder.h.

Referenced by CreateEmbedderRenderTarget(), operator<<(), and operator==().

◆ type


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