MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / request_app

Method request_app

app/plugins/batch_mode/batch_mode.cpp:203–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void BatchMode::request_app()
204{
205 LOGI("===========================================");
206 LOGI("Running {}", (*sample_iter)->id);
207 LOGI("===========================================");
208
209 platform->request_application((*sample_iter));
210}
211
212void BatchMode::load_next_app()
213{

Callers

nothing calls this directly

Calls 1

request_applicationMethod · 0.80

Tested by

no test coverage detected