struct PaperShapeCacheEntry

Defined at line 29 of file ../../src/ui/lib/escher/paper/paper_shape_cache.h

Stored internally by PaperShapeCache. Exposed externally for convenience,

as a way to get access to both |num_indices| and |num_shadow_volume_indices|.

This allows us to use the same mesh for two different purposes ("regular"

geometry and extruded shadow volume geometry).

NOTE: messy-ish but OK for now because encapsulated in |PaperRenderer|.

Public Members

uint64_t last_touched_frame
RefPtr mesh
uint32_t num_indices
uint32_t num_shadow_volume_indices

Public Methods

bool operator bool ()

Defined at line 35 of file ../../src/ui/lib/escher/paper/paper_shape_cache.h