#include <blit_command.h>
Public Attributes | |
| BufferView | source |
| std::shared_ptr< Texture > | destination |
| IPoint | destination_origin |
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.
Referenced by impeller::BlitCopyBufferToTextureCommandVK::Encode(), impeller::BlitCopyBufferToTextureCommandMTL::Encode(), and impeller::testing::TEST().
| IPoint impeller::BlitCopyBufferToTextureCommand::destination_origin |
Definition at line 35 of file blit_command.h.
Referenced by impeller::BlitCopyBufferToTextureCommandVK::Encode(), and impeller::BlitCopyBufferToTextureCommandMTL::Encode().
| BufferView impeller::BlitCopyBufferToTextureCommand::source |
Definition at line 33 of file blit_command.h.
Referenced by impeller::BlitCopyBufferToTextureCommandVK::Encode(), impeller::BlitCopyBufferToTextureCommandMTL::Encode(), and impeller::testing::TEST().