struct RenderFrameTestArgs
Defined at line 68 of file ../../src/ui/scenic/lib/flatland/engine/display_compositor.h
Args which can be passed to customize `RenderFrame()` behavior in tests. The default values
are the ones used in production.
Public Members
bool force_gpu_composition
Public Methods
RenderFrameTestArgs Default ()
This is a workaround so that `RenderFrame()` can provide a default value, while still
allowing callers to use aggregate initialization syntax. Adding a default constructor would
sacrifice this ability. See:
https://stackoverflow.com/questions/53408962/try-to-understand-compiler-error-message-default-member-initializer-required-be
Defined at line 75 of file ../../src/ui/scenic/lib/flatland/engine/display_compositor.h