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

Function IsValidationLayer

vkconfig_core/parameter.cpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39static bool IsValidationLayer(const std::string& key) { return key == "VK_LAYER_KHRONOS_validation"; }
40
41static bool IsProfilesLayer(const std::string& key) { return key == "VK_LAYER_KHRONOS_profiles"; }
42

Callers 1

GetParameterOrderingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected