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

Method FpsLogger

app/plugins/fps_logger/fps_logger.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace plugins
22{
23FpsLogger::FpsLogger() :
24 FpsLoggerTags("FPS Logger", "Enable FPS logging.", {vkb::Hook::OnUpdate, vkb::Hook::OnAppStart}, {}, {{"log-fps", "Log FPS"}})
25{
26}
27
28bool FpsLogger::handle_option(std::deque<std::string> &arguments)
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected