Files
o3de/Gems/Atom/Feature/Common/Code/Source/AuxGeom/AuxGeomDrawProcessorShared.h
T
2021-06-23 10:55:22 -07:00

21 lines
418 B
C++

/*
* Copyright (c) Contributors to the Open 3D Engine Project
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#include <Atom/RHI.Reflect/RenderStates.h>
#include "AuxGeomBase.h"
namespace AZ
{
namespace Render
{
RHI::CullMode ConvertToRHICullMode(AuxGeomFaceCullMode faceCull);
RHI::DepthWriteMask ConvertToRHIDepthWriteMask(AuxGeomDepthWriteType depthWrite);
}
}