#include <render_pass_gles.h>
Public Member Functions | |
| ~RenderPassGLES () override | |
Public Member Functions inherited from impeller::RenderPass | |
| virtual | ~RenderPass () |
| const RenderTarget & | GetRenderTarget () const |
| ISize | GetRenderTargetSize () const |
| void | SetLabel (std::string label) |
| HostBuffer & | GetTransientsBuffer () |
| bool | AddCommand (Command &&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... | |
| const std::vector< Command > & | GetCommands () const |
| Accessor for the current Commands. More... | |
Friends | |
| class | CommandBufferGLES |
Additional Inherited Members | |
Protected Member Functions inherited from impeller::RenderPass | |
| RenderPass (std::weak_ptr< const Context > context, const RenderTarget &target) | |
| const std::weak_ptr< const Context > & | GetContext () const |
Protected Attributes inherited from impeller::RenderPass | |
| const std::weak_ptr< const Context > | context_ |
| const RenderTarget | render_target_ |
| std::shared_ptr< HostBuffer > | transients_buffer_ |
| std::vector< Command > | commands_ |
Definition at line 15 of file render_pass_gles.h.
|
overridedefault |
|
friend |
Definition at line 23 of file render_pass_gles.h.