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

Method GpuSelection

app/plugins/gpu_selection/gpu_selection.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace plugins
26{
27GpuSelection::GpuSelection() :
28 GpuSelectionTags("GPU selection",
29 "A collection of flags to select the GPU to run the samples on",
30 {},
31 {},
32 {{"gpu", "Zero-based index of the GPU that the sample should use"}})
33{
34}
35
36bool GpuSelection::handle_option(std::deque<std::string> &arguments)
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected