Flutter Impeller
impeller::Flags Struct Reference

#include <flags.h>

Public Attributes

bool lazy_shader_mode = false
 
bool antialiased_lines = false
 When turned on DrawLine will use the experimental antialiased path. More...
 

Detailed Description

Definition at line 9 of file flags.h.

Member Data Documentation

◆ antialiased_lines

bool impeller::Flags::antialiased_lines = false

When turned on DrawLine will use the experimental antialiased path.

Definition at line 14 of file flags.h.

Referenced by impeller::GoldenPlaygroundTest::SetUp(), and impeller::PlaygroundTest::SetUp().

◆ lazy_shader_mode

bool impeller::Flags::lazy_shader_mode = false

Whether to defer PSO construction until first use. Usage Will introduce raster jank.

Definition at line 12 of file flags.h.


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