Files
UnrealEngine/Engine/Source/Runtime/D3D12RHI/Private/Windows/WindowsD3D12EnhancedBarriers.cpp
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

14 lines
279 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "D3D12RHIDefinitions.h"
#if D3D12RHI_SUPPORTS_ENHANCED_BARRIERS
#include "D3D12ThirdParty.h"
D3D12_BARRIER_LAYOUT GetSkipFastClearEliminateLayoutFlags()
{
return {};
}
#endif // D3D12RHI_SUPPORTS_ENHANCED_BARRIERS