Skip to main content

r.Vulkan.UseMemoryBarrierOpt

Var

Unreal Engine Var console variable.

rVulkanUseMemoryBarrierOpt

Description

Simplify buffer barriers and image barriers without layout transitions to a memory barrier. 0: Do not collapse to a single memory barrier, useful for tracking single resource transitions in external tools 1: Collapse to a memory barrier when appropriate (default)

Usage

r.Vulkan.UseMemoryBarrierOpt [value]

Set via the console (~) or in DefaultEngine.ini / DefaultGame.ini.