| 67 | runtime->on_init(); |
| 68 | } |
| 69 | void reshade::reset_effect_runtime(api::swapchain *swapchain) |
| 70 | { |
| 71 | if (const auto runtime = swapchain->get_private_data<reshade::runtime>()) |
| 72 | runtime->on_reset(); |
| 73 | } |
| 74 | void reshade::present_effect_runtime(api::swapchain *swapchain) |
| 75 | { |
| 76 | if (const auto runtime = swapchain->get_private_data<reshade::runtime>()) |