#include <aiks_playground_inspector.h>
Public Member Functions | |
AiksInspector () | |
const std::optional< Picture > & | RenderInspector (AiksContext &aiks_context, const std::function< std::optional< Picture >()> &picture_callback) |
void | HackResetDueToTextureLeaks () |
Definition at line 19 of file aiks_playground_inspector.h.
|
default |
void impeller::AiksInspector::HackResetDueToTextureLeaks | ( | ) |
Definition at line 66 of file aiks_playground_inspector.cc.
Referenced by impeller::AiksPlayground::TearDown().
const std::optional< Picture > & impeller::AiksInspector::RenderInspector | ( | AiksContext & | aiks_context, |
const std::function< std::optional< Picture >()> & | picture_callback | ||
) |
Configure the next frame.
Configure the next frame.
Definition at line 25 of file aiks_playground_inspector.cc.
References impeller::AiksContext::GetContentContext(), impeller::AiksContext::GetContext(), impeller::kSupportedDocuments, impeller::CaptureContext::MakeAllowlist(), impeller::CaptureContext::MakeInactive(), and impeller::ContentContext::SetWireframe().
Referenced by impeller::AiksPlayground::OpenPlaygroundHere().