#include <blit_command.h>
Public Attributes | |
std::shared_ptr< Texture > | source |
std::shared_ptr< Texture > | destination |
IRect | source_region |
IPoint | destination_origin |
![]() | |
std::string | label |
Definition at line 19 of file blit_command.h.
std::shared_ptr<Texture> impeller::BlitCopyTextureToTextureCommand::destination |
Definition at line 21 of file blit_command.h.
Referenced by impeller::BlitCopyTextureToTextureCommandGLES::Encode().
IPoint impeller::BlitCopyTextureToTextureCommand::destination_origin |
Definition at line 23 of file blit_command.h.
Referenced by impeller::BlitCopyTextureToTextureCommandGLES::Encode().
std::shared_ptr<Texture> impeller::BlitCopyTextureToTextureCommand::source |
Definition at line 20 of file blit_command.h.
Referenced by impeller::BlitCopyTextureToTextureCommandGLES::Encode().
IRect impeller::BlitCopyTextureToTextureCommand::source_region |
Definition at line 22 of file blit_command.h.
Referenced by impeller::BlitCopyTextureToTextureCommandGLES::Encode().