| 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>()) |
| 77 | runtime->on_present(); |
| 78 | } |
nothing calls this directly
no test coverage detected