#include <blit_command_vk.h>
Public Member Functions | |
| ~BlitGenerateMipmapCommandVK () override | |
| std::string | GetLabel () const override |
| bool | Encode (CommandEncoderVK &encoder) const override |
Public Member Functions inherited from impeller::BlitEncodeVK | |
| virtual | ~BlitEncodeVK () |
Additional Inherited Members | |
Static Public Member Functions inherited from impeller::BackendCast< BlitEncodeVK, BlitCommand > | |
| static BlitEncodeVK & | Cast (BlitCommand &base) |
| static const BlitEncodeVK & | Cast (const BlitCommand &base) |
| static BlitEncodeVK * | Cast (BlitCommand *base) |
| static const BlitEncodeVK * | Cast (const BlitCommand *base) |
Public Attributes inherited from impeller::BlitGenerateMipmapCommand | |
| std::shared_ptr< Texture > | texture |
Public Attributes inherited from impeller::BlitCommand | |
| std::string | label |
Definition at line 55 of file blit_command_vk.h.
|
overridedefault |
|
overridevirtual |
Implements impeller::BlitEncodeVK.
Definition at line 246 of file blit_command_vk.cc.
References impeller::BackendCast< TextureVK, Texture >::Cast(), impeller::CommandEncoderVK::GetCommandBuffer(), impeller::InsertImageMemoryBarrier(), impeller::BlitGenerateMipmapCommand::texture, and impeller::CommandEncoderVK::Track().
Referenced by impeller::testing::TEST().
|
overridevirtual |
Implements impeller::BlitEncodeVK.
Definition at line 211 of file blit_command_vk.cc.
References impeller::BlitCommand::label.