| 33 | } |
| 34 | |
| 35 | void 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 | |
| 43 | void StartSample::list_samples(bool one_per_line) const |
| 44 | { |
nothing calls this directly
no test coverage detected