#include <blit_command_mtl.h>
Public Member Functions | |
~BlitGenerateMipmapCommandMTL () override | |
std::string | GetLabel () const override |
bool | Encode (id< MTLBlitCommandEncoder > encoder) const override |
![]() | |
virtual | ~BlitEncodeMTL () |
Additional Inherited Members | |
![]() | |
static BlitEncodeMTL & | Cast (BlitCommand &base) |
static const BlitEncodeMTL & | Cast (const BlitCommand &base) |
static BlitEncodeMTL * | Cast (BlitCommand *base) |
static const BlitEncodeMTL * | Cast (const BlitCommand *base) |
![]() | |
std::shared_ptr< Texture > | texture |
![]() | |
std::string | label |
Definition at line 45 of file blit_command_mtl.h.
|
overridedefault |
|
overridevirtual |
Implements impeller::BlitEncodeMTL.
Definition at line 148 of file blit_command_mtl.mm.
References impeller::BackendCast< TextureMTL, Texture >::Cast(), and impeller::TextureMTL::GenerateMipmap().
|
overridevirtual |
Implements impeller::BlitEncodeMTL.
Definition at line 144 of file blit_command_mtl.mm.
References impeller::BlitCommand::label.