Flutter Engine
The Flutter Engine
|
#include <command_encoder_vk.h>
Public Member Functions | |
CommandEncoderFactoryVK (const std::weak_ptr< const ContextVK > &context) | |
std::shared_ptr< CommandEncoderVK > | Create () |
void | SetLabel (const std::string &label) |
Definition at line 32 of file command_encoder_vk.h.
|
explicit |
Definition at line 19 of file command_encoder_vk.cc.
std::shared_ptr< CommandEncoderVK > impeller::CommandEncoderFactoryVK::Create | ( | ) |
Definition at line 27 of file command_encoder_vk.cc.
void impeller::CommandEncoderFactoryVK::SetLabel | ( | const std::string & | label | ) |
Definition at line 23 of file command_encoder_vk.cc.