TriangleConstantBufferExampleComponent_Traits_Platform.h 617 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. // https://jira.agscollab.com/browse/ATOM-14949
  8. // 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.
  9. #define ATOMSAMPLEVIEWER_TRAIT_TRIANGLE_CONSTANT_BUFFER_SAMPLE_SINGLE_CONSTANT_BUFFER_SIZE 6u
  10. #define ATOMSAMPLEVIEWER_TRAIT_TRIANGLE_CONSTANT_BUFFER_SAMPLE_MULTIPLE_CONSTANT_BUFFER_SIZE 6u