Flutter Impeller
impeller::EntityPassClipStack::ClipStateResult Struct Reference

#include <entity_pass_clip_stack.h>

Public Attributes

bool should_render = false
 
bool clip_did_change = false
 

Detailed Description

Definition at line 32 of file entity_pass_clip_stack.h.

Member Data Documentation

◆ clip_did_change

bool impeller::EntityPassClipStack::ClipStateResult::clip_did_change = false

Whether or not the current clip coverage changed during the call to ApplyClipState.

Definition at line 38 of file entity_pass_clip_stack.h.

Referenced by impeller::Canvas::ClipGeometry(), impeller::EntityPassClipStack::RecordClip(), impeller::EntityPassClipStack::RecordRestore(), impeller::Canvas::Restore(), and impeller::testing::TEST().

◆ should_render

bool impeller::EntityPassClipStack::ClipStateResult::should_render = false

The documentation for this struct was generated from the following file: