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

Method reset_effect_runtime

source/runtime_manager.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 runtime->on_init();
68}
69void reshade::reset_effect_runtime(api::swapchain *swapchain)
70{
71 if (const auto runtime = swapchain->get_private_data<reshade::runtime>())
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>())

Callers

nothing calls this directly

Calls 1

on_resetMethod · 0.45

Tested by

no test coverage detected