#include <blit_command.h>
Public Attributes | |
std::shared_ptr< Texture > | source |
std::shared_ptr< DeviceBuffer > | destination |
IRect | source_region |
size_t | destination_offset |
![]() | |
std::string | label |
Definition at line 31 of file blit_command.h.
std::shared_ptr<DeviceBuffer> impeller::BlitCopyTextureToBufferCommand::destination |
Definition at line 33 of file blit_command.h.
Referenced by impeller::BlitCopyTextureToBufferCommandGLES::Encode().
size_t impeller::BlitCopyTextureToBufferCommand::destination_offset |
Definition at line 35 of file blit_command.h.
std::shared_ptr<Texture> impeller::BlitCopyTextureToBufferCommand::source |
Definition at line 32 of file blit_command.h.
Referenced by impeller::BlitCopyTextureToBufferCommandGLES::Encode().
IRect impeller::BlitCopyTextureToBufferCommand::source_region |
Definition at line 34 of file blit_command.h.