Flutter Impeller
impeller::ComputePassVK Class Referencefinal

#include <compute_pass_vk.h>

Inheritance diagram for impeller::ComputePassVK:
impeller::ComputePass

Public Member Functions

 ~ComputePassVK () override
 
- Public Member Functions inherited from impeller::ComputePass
virtual ~ComputePass ()
 
void SetLabel (const std::string &label)
 
void SetGridSize (const ISize &size)
 
void SetThreadGroupSize (const ISize &size)
 
HostBufferGetTransientsBuffer ()
 
bool AddCommand (ComputeCommand command)
 Record a command for subsequent encoding to the underlying command buffer. No work is encoded into the command buffer at this time. More...
 
bool EncodeCommands () const
 Encode the recorded commands to the underlying command buffer. More...
 

Friends

class CommandBufferVK
 

Additional Inherited Members

- Protected Member Functions inherited from impeller::ComputePass
 ComputePass (std::weak_ptr< const Context > context)
 
- Protected Attributes inherited from impeller::ComputePass
const std::weak_ptr< const Contextcontext_
 
std::vector< ComputeCommandcommands_
 

Detailed Description

Definition at line 15 of file compute_pass_vk.h.

Constructor & Destructor Documentation

◆ ~ComputePassVK()

impeller::ComputePassVK::~ComputePassVK ( )
overridedefault

Friends And Related Function Documentation

◆ CommandBufferVK

friend class CommandBufferVK
friend

Definition at line 21 of file compute_pass_vk.h.


The documentation for this class was generated from the following files: