EntityLatticeTestComponent_Traits_Platform.h 708 B

1234567891011121314
  1. /*
  2. * Copyright (c) Contributors to the Open 3D Engine Project.
  3. * For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. *
  5. * SPDX-License-Identifier: Apache-2.0 OR MIT
  6. *
  7. */
  8. // Mali devices have a memory limitation of vertex buffer (180MB), so low resolution mesh model is needed.
  9. // https://community.arm.com/developer/tools-software/graphics/b/blog/posts/memory-limits-with-vulkan-on-mali-gpus
  10. #define ENTITY_LATTICE_TEST_COMPONENT_WIDTH 2
  11. #define ENTITY_LATTICE_TEST_COMPONENT_HEIGHT 2
  12. #define ENTITY_LATTICE_TEST_COMPONENT_DEPTH 2
  13. #define ENTITY_LATTEST_TEST_COMPONENT_MAX 4