#include <canvas.h>
Definition at line 99 of file canvas.h.
◆ LazyRenderingConfig() [1/2]
Definition at line 2319 of file canvas.cc.
2322 : entity_pass_target_(std::move(p_entity_pass_target)) {
2323 inline_pass_context_ =
2324 std::make_unique<InlinePassContext>(renderer, *entity_pass_target_);
2325}
◆ LazyRenderingConfig() [2/2]
◆ GetEntityPassTarget()
Definition at line 2331 of file canvas.cc.
2331 {
2332 return entity_pass_target_.get();
2333}
◆ GetInlinePassContext()
◆ IsApplyingClearColor()
| bool impeller::LazyRenderingConfig::IsApplyingClearColor |
( |
| ) |
const |
Whether or not the clear color texture can still be updated.
Definition at line 2327 of file canvas.cc.
2327 {
2328 return !inline_pass_context_->IsActive();
2329}
The documentation for this class was generated from the following files: