struct UberStruct
Defined at line 28 of file ../../src/ui/scenic/lib/flatland/uber_struct.h
TODO(https://fxbug.dev/42122511): find the appropriate name for this struct.
A collection of data local to a particular Flatland instance representing the most recent commit
of that instance's presented state. Because the UberStruct represents a snapshot of the local
state of a Flatland instance, it must be stateless. It should contain only data and no
references to external resources.
Public Members
vector local_topology
unordered_map local_matrices
unordered_map local_opacity_values
unordered_map local_image_sample_regions
unordered_map local_clip_regions
unordered_map images
unordered_map local_hit_regions_map
shared_ptr view_ref
basic_string debug_name
basic_time creation_time