struct FrameData
Defined at line 40 of file ../../src/ui/lib/escher/test/common/readback_test.h
NewFrame() returns a color and a depth attachment that can be rendered
into. The color attachment is first cleared to black via a blit operation,
which is useful for tests that don't use a render pass and therefore can't
use a clear command. Synchronization is provided by a barrier.
Public Members
RefPtr frame
RefPtr color_attachment
RefPtr depth_attachment