Flutter Engine
The Flutter Engine
|
Public Member Functions | |
ImGui_ImplImpeller_Data (const std::unique_ptr< const impeller::Sampler > &p_sampler) | |
Public Attributes | |
std::shared_ptr< impeller::Context > | context |
std::shared_ptr< impeller::Texture > | font_texture |
std::shared_ptr< impeller::Pipeline< impeller::PipelineDescriptor > > | pipeline |
const std::unique_ptr< const impeller::Sampler > & | sampler |
Definition at line 38 of file imgui_impl_impeller.cc.
|
inlineexplicit |
Definition at line 39 of file imgui_impl_impeller.cc.
std::shared_ptr<impeller::Context> ImGui_ImplImpeller_Data::context |
Definition at line 43 of file imgui_impl_impeller.cc.
std::shared_ptr<impeller::Texture> ImGui_ImplImpeller_Data::font_texture |
Definition at line 44 of file imgui_impl_impeller.cc.
std::shared_ptr<impeller::Pipeline<impeller::PipelineDescriptor> > ImGui_ImplImpeller_Data::pipeline |
Definition at line 45 of file imgui_impl_impeller.cc.
const std::unique_ptr<const impeller::Sampler>& ImGui_ImplImpeller_Data::sampler |
Definition at line 46 of file imgui_impl_impeller.cc.