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