AtomSampleViewerOptions_Linux.cpp 399 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 <MultiRenderPipelineExampleComponent.h>
  8. namespace AtomSampleViewer
  9. {
  10. bool SupportsMultipleWindows()
  11. {
  12. return true;
  13. }
  14. } // namespace AtomSampleViewer