Flutter macOS Embedder
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.

Referenced by FlutterSurface::asFlutterMetalTexture.

◆ _textureID

int64_t _textureID
Initial value:
{
FlutterDarwinContextMetalSkia* _darwinMetalContext

Definition at line 9 of file FlutterExternalTexture.mm.

Referenced by FlutterExternalTexture::textureID.

◆ _textures

std::vector<FlutterMetalTextureHandle> _textures

Definition at line 16 of file FlutterExternalTexture.mm.