viewsrg.srgi 766 B

123456789101112131415161718192021222324
  1. // {BEGIN_LICENSE}
  2. /*
  3. * Copyright (c) Contributors to the Open 3D Engine Project.
  4. * For complete copyright and license terms please see the LICENSE at the root of this distribution.
  5. *
  6. * SPDX-License-Identifier: Apache-2.0 OR MIT
  7. *
  8. */
  9. // {END_LICENSE}
  10. #pragma once
  11. // this file is included by 'viewsrg_all.srgi', which is included by each shader using the view-srg.
  12. // Please read README.md for an explanation on why scenesrg.srgi and viewsrg.srgi are
  13. // located in this folder (And how you can optionally customize your own scenesrg.srgi
  14. // and viewsrg.srgi in your game project).
  15. #include <Atom/Features/SrgSemantics.azsli>
  16. partial ShaderResourceGroup ViewSrg : SRG_PerView
  17. {
  18. /* Intentionally Empty. Add fields here based on the project's needs */
  19. };