Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
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 31 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 37 of file entity_pass_clip_stack.h.

◆ should_render

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

Whether or not the Entity should be rendered. If false, the Entity may be safely skipped.

Definition at line 34 of file entity_pass_clip_stack.h.


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