DepthUpsample.shader 203 B

123456789101112131415
  1. {
  2. "Source": "DepthUpsample.azsl",
  3. "ProgramSettings" :
  4. {
  5. "EntryPoints":
  6. [
  7. {
  8. "name" : "MainCS",
  9. "type" : "Compute"
  10. }
  11. ]
  12. }
  13. }