| 39 | static bool IsValidationLayer(const std::string& key) { return key == "VK_LAYER_KHRONOS_validation"; } |
| 40 | |
| 41 | static bool IsProfilesLayer(const std::string& key) { return key == "VK_LAYER_KHRONOS_profiles"; } |
| 42 | |
| 43 | bool Parameter::IsAutoImplicitLayer() const { |
| 44 | return this->type == LAYER_TYPE_IMPLICIT && this->control == LAYER_CONTROL_AUTO && !this->was_explicitly_rank; |
no outgoing calls
no test coverage detected