Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
impeller::ImageData Struct Reference

#include <color_source.h>

Public Attributes

std::shared_ptr< Texturetexture
 
Entity::TileMode x_tile_mode
 
Entity::TileMode y_tile_mode
 
SamplerDescriptor sampler_descriptor
 
Matrix effect_transform
 

Detailed Description

Definition at line 67 of file color_source.h.

Member Data Documentation

◆ effect_transform

Matrix impeller::ImageData::effect_transform

Definition at line 72 of file color_source.h.

◆ sampler_descriptor

SamplerDescriptor impeller::ImageData::sampler_descriptor

Definition at line 71 of file color_source.h.

◆ texture

std::shared_ptr<Texture> impeller::ImageData::texture

Definition at line 68 of file color_source.h.

◆ x_tile_mode

Entity::TileMode impeller::ImageData::x_tile_mode

Definition at line 69 of file color_source.h.

◆ y_tile_mode

Entity::TileMode impeller::ImageData::y_tile_mode

Definition at line 70 of file color_source.h.


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