#include <render_target.h>
Public Attributes | |
| StorageMode | storage_mode |
| LoadAction | load_action |
| StoreAction | store_action |
| Color | clear_color |
Definition at line 40 of file render_target.h.
| Color impeller::RenderTarget::AttachmentConfig::clear_color |
Definition at line 44 of file render_target.h.
Referenced by impeller::RenderTargetAllocator::CreateOffscreen(), and impeller::testing::TEST_P().
| LoadAction impeller::RenderTarget::AttachmentConfig::load_action |
Definition at line 42 of file render_target.h.
Referenced by impeller::RenderTargetAllocator::CreateOffscreen(), impeller::RenderTarget::SetupDepthStencilAttachments(), impeller::testing::TEST_P(), and impeller::WrapTextureWithRenderTarget().
| StorageMode impeller::RenderTarget::AttachmentConfig::storage_mode |
Definition at line 41 of file render_target.h.
Referenced by impeller::RenderTargetAllocator::CreateOffscreen(), impeller::RenderTarget::SetupDepthStencilAttachments(), and impeller::testing::TEST_P().
| StoreAction impeller::RenderTarget::AttachmentConfig::store_action |
Definition at line 43 of file render_target.h.
Referenced by impeller::RenderTargetAllocator::CreateOffscreen(), impeller::RenderTarget::SetupDepthStencilAttachments(), impeller::testing::TEST_P(), and impeller::WrapTextureWithRenderTarget().