#include <ios_surface_metal_skia.h>
Public Member Functions | |
IOSSurfaceMetalSkia (const fml::scoped_nsobject< CAMetalLayer > &layer, std::shared_ptr< IOSContext > context) | |
~IOSSurfaceMetalSkia () | |
Public Member Functions inherited from flutter::IOSSurface | |
std::shared_ptr< IOSContext > | GetContext () const |
virtual | ~IOSSurface () |
Additional Inherited Members | |
Static Public Member Functions inherited from flutter::IOSSurface | |
static std::unique_ptr< IOSSurface > | Create (std::shared_ptr< IOSContext > context, const fml::scoped_nsobject< CALayer > &layer) |
Protected Member Functions inherited from flutter::IOSSurface | |
IOSSurface (std::shared_ptr< IOSContext > ios_context) | |
Definition at line 19 of file ios_surface_metal_skia.h.
flutter::IOSSurfaceMetalSkia::IOSSurfaceMetalSkia | ( | const fml::scoped_nsobject< CAMetalLayer > & | layer, |
std::shared_ptr< IOSContext > | context | ||
) |
Definition at line 26 of file ios_surface_metal_skia.mm.
References flutter::CastToMetalContext(), and flutter::IOSSurface::GetContext().
|
default |