Flutter Engine
The Flutter Engine
|
#include <blit_command.h>
Public Attributes | |
std::shared_ptr< Texture > | source |
std::shared_ptr< Texture > | destination |
IRect | source_region |
IPoint | destination_origin |
Public Attributes inherited from impeller::BlitCommand | |
std::string | label |
Definition at line 18 of file blit_command.h.
std::shared_ptr<Texture> impeller::BlitCopyTextureToTextureCommand::destination |
Definition at line 20 of file blit_command.h.
IPoint impeller::BlitCopyTextureToTextureCommand::destination_origin |
Definition at line 22 of file blit_command.h.
std::shared_ptr<Texture> impeller::BlitCopyTextureToTextureCommand::source |
Definition at line 19 of file blit_command.h.
IRect impeller::BlitCopyTextureToTextureCommand::source_region |
Definition at line 21 of file blit_command.h.