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

#include <embedder.h>

Public Attributes

uint32_t target
 
uint32_t name
 The name of the framebuffer.
 
void * user_data
 User data to be returned on the invocation of the destruction callback.
 
VoidCallback destruction_callback
 

Detailed Description

Definition at line 387 of file embedder.h.

Member Data Documentation

◆ destruction_callback

VoidCallback FlutterOpenGLFramebuffer::destruction_callback

Callback invoked (on an engine managed thread) that asks the embedder to collect the framebuffer.

Definition at line 401 of file embedder.h.

◆ name

uint32_t FlutterOpenGLFramebuffer::name

The name of the framebuffer.

Definition at line 394 of file embedder.h.

◆ target

uint32_t FlutterOpenGLFramebuffer::target

The target of the color attachment of the frame-buffer. For example, GL_TEXTURE_2D or GL_RENDERBUFFER. In case of ambiguity when dealing with Window bound frame-buffers, 0 may be used.

Definition at line 391 of file embedder.h.

◆ user_data

void* FlutterOpenGLFramebuffer::user_data

User data to be returned on the invocation of the destruction callback.

Definition at line 397 of file embedder.h.


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