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

Function ReShadeUpdateAndPresentEffectRuntime

source/addon.cpp:261–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void 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

Callers 1

Calls 3

get_command_queueMethod · 0.80
on_presentMethod · 0.45

Tested by

no test coverage detected