MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / firstFunctionCallOnFrame

Method firstFunctionCallOnFrame

layersvt/api_dump.h:883–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881 }
882
883 bool firstFunctionCallOnFrame() {
884 if (first_func_call_on_frame) {
885 first_func_call_on_frame = false;
886 return true;
887 }
888 return false;
889 }
890
891 std::mutex &outputMutex() { return output_mutex; }
892

Callers 1

dump_json_function_headFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected