#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 30 of file command_encoder_vk.h.
| impeller::CommandEncoderFactoryVK::CommandEncoderFactoryVK | ( | const std::weak_ptr< const ContextVK > & | context | ) |
Definition at line 93 of file command_encoder_vk.cc.
| std::shared_ptr< CommandEncoderVK > impeller::CommandEncoderFactoryVK::Create | ( | ) |
Definition at line 101 of file command_encoder_vk.cc.
References impeller::BackendCast< ContextVK, Context >::Cast(), and VALIDATION_LOG.
Referenced by impeller::testing::TEST().
| void impeller::CommandEncoderFactoryVK::SetLabel | ( | const std::string & | label | ) |
Definition at line 97 of file command_encoder_vk.cc.