viewsrg.srgi 551 B

1234567891011121314151617
  1. #pragma once
  2. // Please read README.md for an explanation on why scenesrg.srgi and viewsrg.srgi are
  3. // located in this folder (And how you can optionally customize your own scenesrg.srgi
  4. // and viewsrg.srgi in your game project).
  5. #include <Atom/Features/SrgSemantics.azsli>
  6. partial ShaderResourceGroup ViewSrg : SRG_PerView
  7. {
  8. /* Intentionally Empty. Helps define the SrgSemantic for ViewSrg once.*/
  9. };
  10. #define AZ_COLLECTING_PARTIAL_SRGS
  11. #include <Atom/Feature/Common/Assets/ShaderResourceGroups/ViewSrgAll.azsli>
  12. #undef AZ_COLLECTING_PARTIAL_SRGS