Files
o3de/Gems/Atom/RHI/Code/Source/RHI.Reflect/Base.cpp
T
2021-06-23 10:55:22 -07:00

17 lines
303 B
C++

/*
* Copyright (c) Contributors to the Open 3D Engine Project
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include <Atom/RHI.Reflect/Base.h>
namespace AZ
{
namespace RHI
{
bool Validation::s_isEnabled = BuildOptions::IsDebugBuild || BuildOptions::IsProfileBuild;
}
}