We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6048631 commit 6f58d05Copy full SHA for 6f58d05
71_RayTracingPipeline/app_resources/raytrace.rchit.hlsl
@@ -32,7 +32,6 @@ float3 calculateNormals(int primID, STriangleGeomInfo geom, float2 bary)
32
}
33
34
35
- const uint64_t normalBufferAddress = geom.normalBufferAddress;
36
if (normalBufferAddress == 0 || normalType == NT_UNKNOWN)
37
{
38
float3 v0 = vk::RawBufferLoad<float3>(vertexBufferAddress + indices[0] * 12);
0 commit comments