Flutter Engine
The Flutter Engine
|
#include <blit_command.h>
Public Attributes | |
BufferView | source |
std::shared_ptr< Texture > | destination |
IRect | destination_region |
uint32_t | slice = 0 |
Public Attributes inherited from impeller::BlitCommand | |
std::string | label |
Definition at line 32 of file blit_command.h.
std::shared_ptr<Texture> impeller::BlitCopyBufferToTextureCommand::destination |
Definition at line 34 of file blit_command.h.
IRect impeller::BlitCopyBufferToTextureCommand::destination_region |
Definition at line 35 of file blit_command.h.
uint32_t impeller::BlitCopyBufferToTextureCommand::slice = 0 |
Definition at line 36 of file blit_command.h.
BufferView impeller::BlitCopyBufferToTextureCommand::source |
Definition at line 33 of file blit_command.h.