Flutter Engine
The Flutter Engine
|
#include <color_source.h>
Public Attributes | |
std::shared_ptr< Texture > | texture |
Entity::TileMode | x_tile_mode |
Entity::TileMode | y_tile_mode |
SamplerDescriptor | sampler_descriptor |
Matrix | effect_transform |
Definition at line 67 of file color_source.h.
Matrix impeller::ImageData::effect_transform |
Definition at line 72 of file color_source.h.
SamplerDescriptor impeller::ImageData::sampler_descriptor |
Definition at line 71 of file color_source.h.
std::shared_ptr<Texture> impeller::ImageData::texture |
Definition at line 68 of file color_source.h.
Entity::TileMode impeller::ImageData::x_tile_mode |
Definition at line 69 of file color_source.h.
Entity::TileMode impeller::ImageData::y_tile_mode |
Definition at line 70 of file color_source.h.