Flutter Engine
The Flutter Engine
|
#include <color_source.h>
Public Attributes | |
std::shared_ptr< RuntimeStage > | runtime_stage |
std::shared_ptr< std::vector< uint8_t > > | uniform_data |
std::vector< RuntimeEffectContents::TextureInput > | texture_inputs |
Definition at line 75 of file color_source.h.
std::shared_ptr<RuntimeStage> impeller::RuntimeEffectData::runtime_stage |
Definition at line 76 of file color_source.h.
std::vector<RuntimeEffectContents::TextureInput> impeller::RuntimeEffectData::texture_inputs |
Definition at line 78 of file color_source.h.
std::shared_ptr<std::vector<uint8_t> > impeller::RuntimeEffectData::uniform_data |
Definition at line 77 of file color_source.h.