SSRExampleComponent_Traits_Platform.h 570 B

1234567891011
  1. /*
  2. * 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.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0 OR MIT
  5. *
  6. */
  7. // Mali devices have a memory limitation of vertex buffer (180MB), so low resolution mesh model is needed.
  8. // https://community.arm.com/developer/tools-software/graphics/b/blog/posts/memory-limits-with-vulkan-on-mali-gpus
  9. // [ATOM-14947]
  10. #define ATOMSAMPLEVIEWER_TRAIT_SSR_SAMPLE_LUCY_MODEL_NAME "objects/lucy/lucy_low.azmodel"