MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / IsSpirvModified

Method IsSpirvModified

layers/gpuav/core/gpuav_settings.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 shader_instrumentation.sanitizer || shader_instrumentation.shared_memory_data_race;
37}
38bool GpuAVSettings::IsSpirvModified() const { return IsShaderInstrumentationEnabled() || debug_printf_enabled; }
39
40// Also disables shader caching and select shader instrumentation
41void GpuAVSettings::DisableShaderInstrumentationAndOptions() {

Calls

no outgoing calls

Tested by

no test coverage detected