diff --git a/Samples/USDViewer/src/USDViewer.cpp b/Samples/USDViewer/src/USDViewer.cpp index c2a9b741..378671f3 100644 --- a/Samples/USDViewer/src/USDViewer.cpp +++ b/Samples/USDViewer/src/USDViewer.cpp @@ -349,7 +349,7 @@ void USDViewer::LoadStage() DelegateCI.PackVertexNormals = true; DelegateCI.PackVertexPositions = true; DelegateCI.TextureLoadBudget = Uint64{1024} << Uint64{20}; - DelegateCI.GeometryLoadBudget = Uint64{128} << Uint64{20}; + DelegateCI.GeometryLoadBudget = Uint64{64} << Uint64{20}; if (m_DeviceWithCache.GetDeviceInfo().Features.BindlessResources) {