Flutter Impeller
ImGui_ImplImpeller_Data Struct Reference

Public Attributes

std::shared_ptr< impeller::Contextcontext
 
std::shared_ptr< impeller::Texturefont_texture
 
std::shared_ptr< impeller::Pipeline< impeller::PipelineDescriptor > > pipeline
 
std::shared_ptr< const impeller::Samplersampler
 

Detailed Description

Definition at line 37 of file imgui_impl_impeller.cc.

Member Data Documentation

◆ context

std::shared_ptr<impeller::Context> ImGui_ImplImpeller_Data::context

Definition at line 38 of file imgui_impl_impeller.cc.

◆ font_texture

std::shared_ptr<impeller::Texture> ImGui_ImplImpeller_Data::font_texture

Definition at line 39 of file imgui_impl_impeller.cc.

◆ pipeline

std::shared_ptr<impeller::Pipeline<impeller::PipelineDescriptor> > ImGui_ImplImpeller_Data::pipeline

Definition at line 40 of file imgui_impl_impeller.cc.

◆ sampler

std::shared_ptr<const impeller::Sampler> ImGui_ImplImpeller_Data::sampler

Definition at line 41 of file imgui_impl_impeller.cc.


The documentation for this struct was generated from the following file: