MCPcopy Create free account
hub / github.com/averne/Fizeau / draw_background

Function draw_background

application/src/gui.cpp:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384} // namespace
385
386void draw_background(Config &ctx, DkResHandle background_handle) {
387 im::GetBackgroundDrawList()->AddImage(im::deko3d::makeTextureID(background_handle), { 0, 0 }, im::GetIO().DisplaySize);
388}
389
390Result draw_main_window(Config &ctx) {
391 if (!im::Begin("Fizeau, version " VERSION "-" COMMIT, nullptr, ImGuiWindowFlags_NoResize |

Callers 1

mainFunction · 0.85

Calls 1

makeTextureIDFunction · 0.85

Tested by

no test coverage detected