Flutter Engine
The Flutter Engine
|
#include <blit_command.h>
Public Attributes | |
std::shared_ptr< Texture > | source |
std::shared_ptr< DeviceBuffer > | destination |
IRect | source_region |
size_t | destination_offset |
Public Attributes inherited from impeller::BlitCommand | |
std::string | label |
Definition at line 25 of file blit_command.h.
std::shared_ptr<DeviceBuffer> impeller::BlitCopyTextureToBufferCommand::destination |
Definition at line 27 of file blit_command.h.
size_t impeller::BlitCopyTextureToBufferCommand::destination_offset |
Definition at line 29 of file blit_command.h.
std::shared_ptr<Texture> impeller::BlitCopyTextureToBufferCommand::source |
Definition at line 26 of file blit_command.h.
IRect impeller::BlitCopyTextureToBufferCommand::source_region |
Definition at line 28 of file blit_command.h.