gem.json 674 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "gem_name": "Atom_RHI",
  3. "version": "0.0.0",
  4. "display_name": "Atom RHI",
  5. "license": "Apache-2.0 Or MIT",
  6. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  7. "origin": "Open 3D Engine - o3de.org",
  8. "origin_url": "https://github.com/o3de/o3de",
  9. "type": "Code",
  10. "summary": "RHI for Atom",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [],
  15. "requirements": "",
  16. "external_subdirectories": [
  17. "DX12",
  18. "Metal",
  19. "Null",
  20. "Vulkan"
  21. ],
  22. "dependencies": [
  23. "Atom_RHI_DX12",
  24. "Atom_RHI_Metal",
  25. "Atom_RHI_Vulkan",
  26. "Atom_RHI_Null"
  27. ]
  28. }