r.Vulkan.RayTracing.MaxBatchedCompaction

r.Vulkan.RayTracing.MaxBatchedCompaction

#Overview

name: r.Vulkan.RayTracing.MaxBatchedCompaction

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/VulkanRayTracing.cpp:22

Scope: file

Source code excerpt:

static int32 GVulkanRayTracingMaxBatchedCompaction = 64;
static FAutoConsoleVariableRef CVarVulkanRayTracingMaxBatchedCompaction(
	TEXT("r.Vulkan.RayTracing.MaxBatchedCompaction"),
	GVulkanRayTracingMaxBatchedCompaction,
	TEXT("Maximum of amount of compaction requests and rebuilds per frame. (default = 64)\n"),
	ECVF_ReadOnly
);

static bool GVulkanRayTracingTLASPreferFastTrace = true;