#include <gpu_surface_vulkan_impeller.h>
◆ GPUSurfaceVulkanImpeller()
Definition at line 56 of file gpu_surface_vulkan_impeller.cc.
59 : delegate_(delegate) {
61 return;
62 }
63
64 auto aiks_context = std::make_shared<impeller::AiksContext>(
66 if (!aiks_context->IsValid()) {
67 return;
68 }
69
70 impeller_context_ = std::move(
context);
71 aiks_context_ = std::move(aiks_context);
72 is_valid_ = !!aiks_context_;
73}
static std::shared_ptr< TypographerContext > Make()
std::shared_ptr< ContextGLES > context
References context, and impeller::TypographerContextSkia::Make().
◆ ~GPUSurfaceVulkanImpeller()
| flutter::GPUSurfaceVulkanImpeller::~GPUSurfaceVulkanImpeller |
( |
| ) |
|
|
overridedefault |
◆ IsValid()
| bool flutter::GPUSurfaceVulkanImpeller::IsValid |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: