| 259 | } |
| 260 | |
| 261 | void ReShadeUpdateAndPresentEffectRuntime(reshade::api::effect_runtime *runtime) |
| 262 | { |
| 263 | if (runtime == nullptr) |
| 264 | return; |
| 265 | |
| 266 | static_cast<reshade::runtime *>(runtime)->on_present(); |
| 267 | |
| 268 | runtime->get_command_queue()->flush_immediate_command_list(); |
| 269 | } |
| 270 | |
| 271 | #endif |
no test coverage detected