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

Method launch_sample

app/plugins/start_sample/start_sample.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void StartSample::launch_sample(apps::SampleInfo const *sample) const
36{
37 vkb::Window::OptionalProperties properties;
38 properties.title = "Vulkan Samples: " + sample->name;
39 platform->set_window_properties(properties);
40 platform->request_application(sample);
41}
42
43void StartSample::list_samples(bool one_per_line) const
44{

Callers

nothing calls this directly

Calls 2

set_window_propertiesMethod · 0.80
request_applicationMethod · 0.80

Tested by

no test coverage detected