#include <render_target.h>
Public Attributes | |
| StorageMode | storage_mode |
| LoadAction | load_action |
| StoreAction | store_action |
| Color | clear_color |
Definition at line 50 of file render_target.h.
| Color impeller::RenderTarget::AttachmentConfig::clear_color |
Definition at line 54 of file render_target.h.
Referenced by impeller::RenderTarget::CreateOffscreen().
| LoadAction impeller::RenderTarget::AttachmentConfig::load_action |
Definition at line 52 of file render_target.h.
Referenced by impeller::RenderTarget::CreateOffscreen(), impeller::RenderTarget::SetupStencilAttachment(), and impeller::testing::TEST_P().
| StorageMode impeller::RenderTarget::AttachmentConfig::storage_mode |
Definition at line 51 of file render_target.h.
Referenced by impeller::RenderTarget::CreateOffscreen(), impeller::GetDefaultStencilConfig(), impeller::RenderTarget::SetupStencilAttachment(), and impeller::testing::TEST_P().
| StoreAction impeller::RenderTarget::AttachmentConfig::store_action |
Definition at line 53 of file render_target.h.
Referenced by impeller::RenderTarget::CreateOffscreen(), impeller::RenderTarget::SetupStencilAttachment(), and impeller::testing::TEST_P().