| 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; |
| 45 | } |
| 46 | |
| 47 | bool Parameter::ApplyPresetSettings(const LayerPreset& preset) { |
| 48 | for (std::size_t preset_index = 0, preset_count = preset.settings.size(); preset_index < preset_count; ++preset_index) { |
no outgoing calls
no test coverage detected