File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
com.unity.render-pipelines.high-definition Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21
21
- Fixed range fields for depth of field (case 1376609).
22
22
- Fixed exception on DLSS when motion vectors are disabled (case # 1377986).
23
23
- Fixed Lens Flare visible when being behind a camera with Panini Projection on (case 1370214)
24
+ - Fixed the ray tracing acceleration structure build marker not being included in the ray tracing stats (case 1379383).
24
25
25
26
## [ 12.1.2] - 2021-10-22
26
27
Original file line number Diff line number Diff line change @@ -801,6 +801,7 @@ void EnableProfilingRecordersRT()
801
801
802
802
m_RecordedSamplersRT . Add ( ProfilingSampler . Get ( HDProfileId . RaytracingBuildCluster ) ) ;
803
803
m_RecordedSamplersRT . Add ( ProfilingSampler . Get ( HDProfileId . RaytracingCullLights ) ) ;
804
+ m_RecordedSamplersRT . Add ( ProfilingSampler . Get ( HDProfileId . RaytracingBuildAccelerationStructure ) ) ;
804
805
805
806
// Ray Traced Reflections
806
807
m_RecordedSamplersRT . Add ( ProfilingSampler . Get ( HDProfileId . RaytracingReflectionDirectionGeneration ) ) ;
You can’t perform that action at this time.
0 commit comments