raytracingscenesrg.srgi 1.1 KB

12345678910111213141516171819202122232425262728
  1. /*
  2. * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
  3. * its licensors.
  4. *
  5. * For complete copyright and license terms please see the LICENSE at the root of this
  6. * distribution (the "License"). All use of this software is governed by the License,
  7. * or, if provided, by the license below or the license accompanying this file. Do not
  8. * remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
  9. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. *
  11. */
  12. #pragma once
  13. // Please read README.md for an explanation on why scenesrg.srgi and viewsrg.srgi are
  14. // located in this folder (And how you can optionally customize your own scenesrg.srgi
  15. // and viewsrg.srgi in your game project).
  16. #include <Atom/Features/SrgSemantics.azsli>
  17. partial ShaderResourceGroup RayTracingSceneSrg : SRG_RayTracingScene
  18. {
  19. /* Intentionally Empty. Helps define the SrgSemantic for RayTracingSceneSrg once.*/
  20. };
  21. #define AZ_COLLECTING_PARTIAL_SRGS
  22. #include <Atom/Feature/Common/Assets/ShaderResourceGroups/RayTracingSceneSrgAll.azsli>
  23. #undef AZ_COLLECTING_PARTIAL_SRGS