Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ImGui_ImplImpeller_Data Struct Reference

Public Member Functions

 ImGui_ImplImpeller_Data (const std::unique_ptr< const impeller::Sampler > &p_sampler)
 

Public Attributes

std::shared_ptr< impeller::Contextcontext
 
std::shared_ptr< impeller::Texturefont_texture
 
std::shared_ptr< impeller::Pipeline< impeller::PipelineDescriptor > > pipeline
 
const std::unique_ptr< const impeller::Sampler > & sampler
 

Detailed Description

Definition at line 38 of file imgui_impl_impeller.cc.

Constructor & Destructor Documentation

◆ ImGui_ImplImpeller_Data()

ImGui_ImplImpeller_Data::ImGui_ImplImpeller_Data ( const std::unique_ptr< const impeller::Sampler > &  p_sampler)
inlineexplicit

Definition at line 39 of file imgui_impl_impeller.cc.

41 : sampler(p_sampler) {}
const std::unique_ptr< const impeller::Sampler > & sampler

Member Data Documentation

◆ context

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

Definition at line 43 of file imgui_impl_impeller.cc.

◆ font_texture

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

Definition at line 44 of file imgui_impl_impeller.cc.

◆ pipeline

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

Definition at line 45 of file imgui_impl_impeller.cc.

◆ sampler

const std::unique_ptr<const impeller::Sampler>& ImGui_ImplImpeller_Data::sampler

Definition at line 46 of file imgui_impl_impeller.cc.


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