#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 |
id<FlutterTexture> _texture |
Definition at line 14 of file FlutterExternalTexture.mm.
Referenced by FlutterSurface::asFlutterMetalTexture.
int64_t _textureID |
Definition at line 9 of file FlutterExternalTexture.mm.
Referenced by FlutterExternalTexture::textureID.
std::vector<FlutterMetalTextureHandle> _textures |
Definition at line 16 of file FlutterExternalTexture.mm.