Parcourir la source

Merge pull request #290 from aws-lumberyard-dev/gallowj/vram

Manage Default VRAM
Jonny Galloway il y a 2 ans
Parent
commit
54c6b11967
1 fichiers modifiés avec 26 ajouts et 13 suppressions
  1. 26 13
      Registry/multiplayersample.setreg

+ 26 - 13
Registry/multiplayersample.setreg

@@ -1,15 +1,28 @@
 {
-    "MultiplayerSample": {
-        "Settings": {
-            "WinningCoinCount": 333,
-            "EnergyBall": {
-                "KnockbackDistanceMeters": 2.0,
-                "Speed": 15.0,
-                "ArmorDamage": 10
-            },
-            "EnergyCannon": {
-                "FiringPeriodMilliseconds": 2000
-            }
-        }
-    }
+	"MultiplayerSample": {
+		"Settings": {
+			"WinningCoinCount": 333,
+			"EnergyBall": {
+				"KnockbackDistanceMeters": 2.0,
+				"Speed": 15.0,
+				"ArmorDamage": 10
+			},
+			"EnergyCannon": {
+				"FiringPeriodMilliseconds": 2000
+			}
+		}
+	},
+	"O3DE": {
+		"Atom": {
+			"RPI": {
+				"Initialization": {
+					"ImageSystemDescriptor": {
+						"SystemStreamingImagePoolSize": 750000000,
+						"SystemAttachmentImagePoolSize": 0,
+                        "SystemStreamingImagePoolMipBias": 1
+					}
+				}
+			}
+		}
+	}
 }