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

17 lines
313 B
C++

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