Gems/Atom

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-23 13:01:33 -07:00
parent 1f44b7a328
commit 804d833bb9
11 changed files with 3 additions and 41 deletions
@@ -27,9 +27,6 @@ namespace AZ
{
namespace
{
// the max size of a vertex buffer
static const size_t MaxUploadBufferSize = MaxDynamicVertexCount * sizeof(AuxGeomDynamicVertex);
static const RHI::PrimitiveTopology PrimitiveTypeToTopology[PrimitiveType_Count] =
{
RHI::PrimitiveTopology::PointList,