atom_rpi_asset_files.cmake 906 B

12345678910111213141516171819202122232425
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. set(FILES
  8. ShaderLib/Atom/RPI/BitOperations.azsli
  9. ShaderLib/Atom/RPI/DummyEntryFunctions.azsli
  10. ShaderLib/Atom/RPI/Math.azsli
  11. ShaderLib/Atom/RPI/TangentSpace.azsli
  12. ShaderLib/Atom/RPI/ShaderResourceGroups/DefaultDrawSrg.azsli
  13. ShaderLib/Atom/RPI/ShaderResourceGroups/DefaultSceneSrg.azsli
  14. ShaderLib/Atom/RPI/ShaderResourceGroups/UnusedFallbackDrawSrg.azsli
  15. ShaderLib/External/FidelityFX/ffx-spd/ffx_a.h
  16. ShaderLib/External/FidelityFX/ffx-spd/ffx_spd.h
  17. Shaders/DecomposeMsImage.azsl
  18. Shaders/DecomposeMsImage.shader
  19. Shaders/ImagePreview.azsl
  20. Shaders/ImagePreview.shader
  21. Shaders/SceneAndViewSrgs.azsl
  22. Shaders/SceneAndViewSrgs.shader
  23. )