Skip to content

Commit 304fd18

Browse files
USD Viewer: enabled OIT
1 parent 835c6ce commit 304fd18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Samples/USDViewer/src/USDViewer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ void USDViewer::LoadStage()
351351
DelegateCI.PackVertexColors = true;
352352
DelegateCI.TextureLoadBudget = Uint64{1024} << Uint64{20};
353353
DelegateCI.GeometryLoadBudget = Uint64{64} << Uint64{20};
354+
DelegateCI.OITLayerCount = 4;
354355

355356
if (m_DeviceWithCache.GetDeviceInfo().Features.BindlessResources)
356357
{

0 commit comments

Comments
 (0)