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

Method IsAutoImplicitLayer

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

Source from the content-addressed store, hash-verified

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

Callers 3

UpdateUI_LayersMethod · 0.80
SaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected