MCPcopy Create free account
hub / github.com/crosire/reshade / present_effect_runtime

Method present_effect_runtime

source/runtime_manager.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 runtime->on_reset();
73}
74void reshade::present_effect_runtime(api::swapchain *swapchain)
75{
76 if (const auto runtime = swapchain->get_private_data<reshade::runtime>())
77 runtime->on_present();
78}

Callers

nothing calls this directly

Calls 1

on_presentMethod · 0.45

Tested by

no test coverage detected