#include <blit_command_vk.h>
Public Member Functions | |
~BlitCopyTextureToTextureCommandVK () override | |
std::string | GetLabel () const override |
bool | Encode (CommandEncoderVK &encoder) const override |
![]() | |
virtual | ~BlitEncodeVK () |
Additional Inherited Members | |
![]() | |
static BlitEncodeVK & | Cast (BlitCommand &base) |
static const BlitEncodeVK & | Cast (const BlitCommand &base) |
static BlitEncodeVK * | Cast (BlitCommand *base) |
static const BlitEncodeVK * | Cast (const BlitCommand *base) |
![]() | |
std::shared_ptr< Texture > | source |
std::shared_ptr< Texture > | destination |
IRect | source_region |
IPoint | destination_origin |
![]() | |
std::string | label |
Definition at line 28 of file blit_command_vk.h.
|
overridedefault |
|
overridevirtual |
Implements impeller::BlitEncodeVK.
Definition at line 27 of file blit_command_vk.cc.
References impeller::BackendCast< TextureVK, Texture >::Cast(), impeller::BarrierVK::cmd_buffer, impeller::BlitCopyTextureToTextureCommand::destination, impeller::BlitCopyTextureToTextureCommand::destination_origin, impeller::BarrierVK::dst_access, impeller::BarrierVK::dst_stage, impeller::CommandEncoderVK::GetCommandBuffer(), impeller::TRect< T >::GetHeight(), impeller::TRect< T >::GetWidth(), impeller::TRect< T >::GetX(), impeller::TRect< T >::GetY(), impeller::BarrierVK::new_layout, impeller::BlitCopyTextureToTextureCommand::source, impeller::BlitCopyTextureToTextureCommand::source_region, impeller::BarrierVK::src_access, impeller::BarrierVK::src_stage, impeller::CommandEncoderVK::Track(), VALIDATION_LOG, impeller::TPoint< T >::x, and impeller::TPoint< T >::y.
Referenced by impeller::testing::TEST().
|
overridevirtual |
Implements impeller::BlitEncodeVK.
Definition at line 23 of file blit_command_vk.cc.
References impeller::BlitCommand::label.