Skip to content

Commit

Permalink
Update XUSGRayTracing-EZ.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
StarsX committed Oct 25, 2022
1 parent 9164582 commit 917c076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions XUSGRayTracing-EZ/XUSGRayTracing-EZ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ XUSG::EZ::ResourceView EZ::GetSRV(AccelerationStructure* pAS)
resourceView.View = pResource->GetSRV();
resourceView.Subresources = { XUSG_BARRIER_ALL_SUBRESOURCES };
resourceView.DstState = XUSG::ResourceState::RAYTRACING_ACCELERATION_STRUCTURE;
resourceView.pCounter = nullptr;

return resourceView;
}
Expand Down

0 comments on commit 917c076

Please sign in to comment.