r.Vulkan.SingleAllocationPerResource
r.Vulkan.SingleAllocationPerResource
#Overview
name: r.Vulkan.SingleAllocationPerResource
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable to do a single allocation per resource
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/VulkanMemory.cpp:212
Scope: file
Source code excerpt:
int32 GVulkanSingleAllocationPerResource = VULKAN_SINGLE_ALLOCATION_PER_RESOURCE;
static FAutoConsoleVariableRef CVarVulkanSingleAllocationPerResource(
TEXT("r.Vulkan.SingleAllocationPerResource"),
GVulkanSingleAllocationPerResource,
TEXT("Enable to do a single allocation per resource"),
ECVF_RenderThreadSafe
);
//debug variable to force evict one page