#include <gpu_surface_vulkan_impeller.h>
◆ GPUSurfaceVulkanImpeller()
Definition at line 49 of file gpu_surface_vulkan_impeller.cc.
52 : delegate_(delegate) {
53 if (!context || !context->IsValid()) {
54 return;
55 }
56
57 auto aiks_context = std::make_shared<impeller::AiksContext>(
59 if (!aiks_context->IsValid()) {
60 return;
61 }
62
63 impeller_context_ = std::move(context);
64 aiks_context_ = std::move(aiks_context);
65 is_valid_ = !!aiks_context_;
66}
static std::shared_ptr< TypographerContext > Make()
References 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: