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

#include <embedder.h>

Public Attributes

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

Detailed Description

Definition at line 1605 of file embedder.h.

Member Data Documentation

◆ [union]

◆ framebuffer

FlutterOpenGLFramebuffer FlutterOpenGLBackingStore::framebuffer

A framebuffer for Flutter to render into. The embedder must ensure that the framebuffer is complete.

Definition at line 1614 of file embedder.h.

◆ texture

FlutterOpenGLTexture FlutterOpenGLBackingStore::texture

A texture for Flutter to render into.

Definition at line 1611 of file embedder.h.

◆ type

FlutterOpenGLTargetType FlutterOpenGLBackingStore::type

The type of the OpenGL backing store. Currently, it can either be a texture or a framebuffer.

Definition at line 1608 of file embedder.h.


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