r.Vulkan.AllowVariableRateShading

r.Vulkan.AllowVariableRateShading

#Overview

name: r.Vulkan.AllowVariableRateShading

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/VulkanRHI/Private/VulkanRHI.cpp:93

Scope: file

Source code excerpt:

int32 GVulkanAllowVariableRateShading = 1;
static FAutoConsoleVariableRef CVarVulkanVariableRateShading(
	TEXT("r.Vulkan.AllowVariableRateShading"),
	GVulkanAllowVariableRateShading,
	TEXT("0 to disable variable rate shading")
	TEXT("1 to allow use of variable rate shading if available (default)"),
	ECVF_ReadOnly
);