#include <blit_command.h>
 
  
| Public Attributes | |
| BufferView | source | 
| std::shared_ptr< Texture > | destination | 
| IRect | destination_region | 
| uint32_t | mip_level = 0 | 
| uint32_t | slice = 0 | 
|  Public Attributes inherited from impeller::BlitCommand | |
| std::string | label | 
Definition at line 38 of file blit_command.h.
| std::shared_ptr<Texture> impeller::BlitCopyBufferToTextureCommand::destination | 
Definition at line 40 of file blit_command.h.
Referenced by impeller::BlitCopyBufferToTextureCommandGLES::Encode().
| IRect impeller::BlitCopyBufferToTextureCommand::destination_region | 
Definition at line 41 of file blit_command.h.
Referenced by impeller::BlitCopyBufferToTextureCommandGLES::Encode().
| uint32_t impeller::BlitCopyBufferToTextureCommand::mip_level = 0 | 
Definition at line 42 of file blit_command.h.
Referenced by impeller::BlitCopyBufferToTextureCommandGLES::Encode().
| uint32_t impeller::BlitCopyBufferToTextureCommand::slice = 0 | 
Definition at line 43 of file blit_command.h.
Referenced by impeller::BlitCopyBufferToTextureCommandGLES::Encode().
| BufferView impeller::BlitCopyBufferToTextureCommand::source | 
Definition at line 39 of file blit_command.h.
Referenced by impeller::BlitCopyBufferToTextureCommandGLES::Encode().