Flutter Engine
The Flutter Engine
Public Member Functions | Friends | List of all members
impeller::CommandBufferGLES Class Referencefinal

#include <command_buffer_gles.h>

Inheritance diagram for impeller::CommandBufferGLES:
impeller::CommandBuffer

Public Member Functions

 ~CommandBufferGLES () override
 
- Public Member Functions inherited from impeller::CommandBuffer
virtual ~CommandBuffer ()
 
virtual bool IsValid () const =0
 
virtual void SetLabel (const std::string &label) const =0
 
void WaitUntilScheduled ()
 Force execution of pending GPU commands. More...
 
std::shared_ptr< RenderPassCreateRenderPass (const RenderTarget &render_target)
 Create a render pass to record render commands into. More...
 
std::shared_ptr< BlitPassCreateBlitPass ()
 Create a blit pass to record blit commands into. More...
 
std::shared_ptr< ComputePassCreateComputePass ()
 Create a compute pass to record compute commands into. More...
 

Friends

class ContextGLES
 

Additional Inherited Members

- Public Types inherited from impeller::CommandBuffer
enum class  Status { kPending , kError , kCompleted }
 
using CompletionCallback = std::function< void(Status)>
 
- Protected Member Functions inherited from impeller::CommandBuffer
 CommandBuffer (std::weak_ptr< const Context > context)
 
virtual std::shared_ptr< RenderPassOnCreateRenderPass (RenderTarget render_target)=0
 
virtual std::shared_ptr< BlitPassOnCreateBlitPass ()=0
 
virtual bool OnSubmitCommands (CompletionCallback callback)=0
 
virtual void OnWaitUntilScheduled ()=0
 
virtual std::shared_ptr< ComputePassOnCreateComputePass ()=0
 
- Protected Attributes inherited from impeller::CommandBuffer
std::weak_ptr< const Contextcontext_
 

Detailed Description

Definition at line 14 of file command_buffer_gles.h.

Constructor & Destructor Documentation

◆ ~CommandBufferGLES()

impeller::CommandBufferGLES::~CommandBufferGLES ( )
overridedefault

Friends And Related Function Documentation

◆ ContextGLES

friend class ContextGLES
friend

Definition at line 20 of file command_buffer_gles.h.


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