StreamingImageExampleComponent_Android.cpp 398 B

12345678910111213141516
  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. #include <StreamingImageExampleComponent.h>
  8. namespace AtomSampleViewer
  9. {
  10. bool StreamingImageExampleComponent::IsHotReloadTestSupported()
  11. {
  12. return false;
  13. }
  14. }