virtual std::unique_ptr< Texture > CreateExternalTexture(int64_t texture_id, NSObject< FlutterTexture > *texture)=0
Creates an external texture proxy of the appropriate client rendering API.
virtual ~IOSContext()
Collects the context object. This must happen on the thread on which this object was created.
Manages the lifetime of the on-screen and off-screen rendering contexts on iOS. On-screen contexts ar...
virtual std::shared_ptr< impeller::AiksContext > GetAiksContext() const
virtual IOSRenderingBackend GetBackend() const
Get the rendering backend used by this context.
static std::unique_ptr< IOSContext > Create(IOSRenderingAPI api, IOSRenderingBackend backend, const std::shared_ptr< const fml::SyncSwitch > &is_gpu_disabled_sync_switch)
Create an iOS context object capable of creating the on-screen and off-screen GPU context for use by ...
virtual std::shared_ptr< impeller::Context > GetImpellerContext() const