Skip to content

Commit 6f58d05

Browse files
author
kevyuu
committed
Fix after merge
1 parent 6048631 commit 6f58d05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

71_RayTracingPipeline/app_resources/raytrace.rchit.hlsl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ float3 calculateNormals(int primID, STriangleGeomInfo geom, float2 bary)
3232
}
3333
}
3434

35-
const uint64_t normalBufferAddress = geom.normalBufferAddress;
3635
if (normalBufferAddress == 0 || normalType == NT_UNKNOWN)
3736
{
3837
float3 v0 = vk::RawBufferLoad<float3>(vertexBufferAddress + indices[0] * 12);

0 commit comments

Comments
 (0)