5 #ifndef FLUTTER_IMPELLER_PLAYGROUND_IMGUI_IMGUI_IMPL_IMPELLER_H_
6 #define FLUTTER_IMPELLER_PLAYGROUND_IMGUI_IMGUI_IMPL_IMPELLER_H_
11 #include "third_party/imgui/imgui.h"
21 const std::shared_ptr<impeller::Context>& context);
26 ImDrawData* draw_data,
Render passes encode render commands directed as one specific render target into an underlying comman...
IMGUI_IMPL_API void ImGui_ImplImpeller_RenderDrawData(ImDrawData *draw_data, impeller::RenderPass &renderpass, impeller::HostBuffer &host_buffer)
IMGUI_IMPL_API void ImGui_ImplImpeller_Shutdown()
IMGUI_IMPL_API bool ImGui_ImplImpeller_Init(const std::shared_ptr< impeller::Context > &context)