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

Function IsProfilesLayer

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

Source from the content-addressed store, hash-verified

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
43bool Parameter::IsAutoImplicitLayer() const {
44 return this->type == LAYER_TYPE_IMPLICIT && this->control == LAYER_CONTROL_AUTO && !this->was_explicitly_rank;

Callers 1

GetParameterOrderingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected