Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Variables
FlutterExternalTexture.mm File Reference
import "flutter/shell/platform/darwin/macos/framework/Source/FlutterExternalTexture.h"
#include "flutter/fml/platform/darwin/cf_utils.h"

Go to the source code of this file.

Variables

int64_t _textureID
 
id< FlutterTexture_texture
 
std::vector< FlutterMetalTextureHandle_textures
 

Variable Documentation

◆ _texture

id<FlutterTexture> _texture

Definition at line 14 of file FlutterExternalTexture.mm.

◆ _textureID

int64_t _textureID
Initial value:

Definition at line 12 of file FlutterExternalTexture.mm.

◆ _textures

std::vector<FlutterMetalTextureHandle> _textures

Definition at line 16 of file FlutterExternalTexture.mm.