Gems/Atom
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user