PerfGraphRS.hlsli 586 B

12345678910111213141516171819
  1. //
  2. // Copyright (c) Microsoft. All rights reserved.
  3. // This code is licensed under the MIT License (MIT).
  4. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
  5. // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
  6. // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
  7. // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
  8. //
  9. // Developed by Minigraph
  10. //
  11. // Author: James Stanard
  12. //
  13. #define PerfGraph_RootSig \
  14. "RootFlags(0), " \
  15. "CBV(b0)," \
  16. "DescriptorTable(UAV(u0, numDescriptors = 2))," \
  17. "SRV(t0, visibility = SHADER_VISIBILITY_VERTEX)," \
  18. "RootConstants(b1, num32BitConstants = 3)"