#include <canvas.h>
Definition at line 99 of file canvas.h.
◆ LazyRenderingConfig() [1/2]
Definition at line 2119 of file canvas.cc.
2122 : entity_pass_target_(std::move(p_entity_pass_target)) {
2123 inline_pass_context_ =
2124 std::make_unique<InlinePassContext>(renderer, *entity_pass_target_);
◆ LazyRenderingConfig() [2/2]
◆ GetEntityPassTarget()
Definition at line 2131 of file canvas.cc.
2132 return entity_pass_target_.get();
◆ GetInlinePassContext()
◆ IsApplyingClearColor()
| bool impeller::LazyRenderingConfig::IsApplyingClearColor |
( |
| ) |
const |
Whether or not the clear color texture can still be updated.
Definition at line 2127 of file canvas.cc.
2128 return !inline_pass_context_->IsActive();
The documentation for this class was generated from the following files: