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

Method init_effect_runtime

source/runtime_manager.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void reshade::init_effect_runtime(api::swapchain *swapchain)
65{
66 if (const auto runtime = swapchain->get_private_data<reshade::runtime>())
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>())

Callers

nothing calls this directly

Calls 1

on_initMethod · 0.45

Tested by

no test coverage detected