gem.json 695 B

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