#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.
Referenced by impeller::BlitCopyTextureToBufferCommandGLES::Encode().
| size_t impeller::BlitCopyTextureToBufferCommand::destination_offset |
Definition at line 29 of file blit_command.h.
Referenced by impeller::BlitCopyTextureToBufferCommandGLES::Encode().
| std::shared_ptr<Texture> impeller::BlitCopyTextureToBufferCommand::source |
Definition at line 26 of file blit_command.h.
Referenced by impeller::BlitCopyTextureToBufferCommandGLES::Encode().
| IRect impeller::BlitCopyTextureToBufferCommand::source_region |
Definition at line 28 of file blit_command.h.
Referenced by impeller::BlitCopyTextureToBufferCommandGLES::Encode().