#include <compute_pass_mtl.h>
Public Member Functions | |
| ~ComputePassMTL () override | |
Public Member Functions inherited from impeller::ComputePass | |
| virtual | ~ComputePass () |
| void | SetLabel (const std::string &label) |
| const Context & | GetContext () const |
Public Member Functions inherited from impeller::ResourceBinder | |
| virtual | ~ResourceBinder ()=default |
Friends | |
| class | CommandBufferMTL |
Additional Inherited Members | |
Protected Member Functions inherited from impeller::ComputePass | |
| ComputePass (std::shared_ptr< const Context > context) | |
Protected Attributes inherited from impeller::ComputePass | |
| const std::shared_ptr< const Context > | context_ |
Definition at line 16 of file compute_pass_mtl.h.
|
overridedefault |
|
friend |
Definition at line 22 of file compute_pass_mtl.h.