TriangleConstantBufferExampleComponent_Traits_Platform.h 619 B

123456789101112
  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. // https://jira.agscollab.com/browse/ATOM-14949
  9. // The number need to be within the uniform limitations of android devices with lower specs where 15 total would be the lower bound on the devices.
  10. #define ATOMSAMPLEVIEWER_TRAIT_TRIANGLE_CONSTANT_BUFFER_SAMPLE_SINGLE_CONSTANT_BUFFER_SIZE 6u
  11. #define ATOMSAMPLEVIEWER_TRAIT_TRIANGLE_CONSTANT_BUFFER_SAMPLE_MULTIPLE_CONSTANT_BUFFER_SIZE 6u