MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / WasUncalled

Method WasUncalled

layers/state_tracker/device_state.cpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool PhysicalDevice::WasUncalled(Func func) const { return GetCallState(func) == vvl::CallState::Uncalled; }
45
46bool PhysicalDevice::WasCalled(Func func) const { return GetCallState(func) != vvl::CallState::Uncalled; }
47

Calls

no outgoing calls

Tested by

no test coverage detected