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

Method SyncValidator

layers/sync/sync_validation.cpp:42–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42SyncValidator::SyncValidator(vvl::DispatchDevice* dev, syncval::Instance* instance_vo)
43 : BaseClass(dev, instance_vo, LayerObjectTypeSyncValidation), error_messages_(*this), report_stats_(GetShowStatsEnvVar()) {}
44
45SyncValidator::~SyncValidator() {
46 // Instance level SyncValidator does not have much to say

Callers

nothing calls this directly

Calls 1

GetShowStatsEnvVarFunction · 0.85

Tested by

no test coverage detected