Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ handle_command
Method
handle_command
framework/platform/plugins/plugin.h:212–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
virtual bool handle_command(std::deque<std::string> &arguments) const
213
{
214
return false;
215
}
216
217
virtual bool handle_option(std::deque<std::string> &arguments)
218
{
Callers
1
initialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected