12345678910111213141516171819202122232425262728293031 |
- {
- "Amazon": {
- "AssetProcessor": {
- "Settings": {
- "Platform pc": {
- "tags": "tools,renderer,vulkan"
- },
- "Platform linux": {
- "tags": "tools,renderer,vulkan"
- },
- "Platform android": {
- "tags": "android,mobile,renderer,vulkan"
- },
- "Platform ios": {
- "tags": "mobile,renderer,metal"
- },
- "Platform mac": {
- "tags": "tools,renderer,metal"
- }
- }
- }
- },
- "O3DE": {
- "Atom": {
- "Shaders": {
- "BuildVariants": false
- }
- }
- }
- }
|