From 9a174a8269abff96a8d0416e23e9556c1930f9c9 Mon Sep 17 00:00:00 2001 From: mklefrancois <38076163+mklefrancois@users.noreply.github.com> Date: Mon, 21 Dec 2020 11:53:42 +0100 Subject: [PATCH] Fix old spec --- ray_tracing_intersection/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ray_tracing_intersection/README.md b/ray_tracing_intersection/README.md index b234de3..6f3e7ff 100644 --- a/ray_tracing_intersection/README.md +++ b/ray_tracing_intersection/README.md @@ -385,11 +385,6 @@ We first declare the extensions and include common files. #include "wavefront.glsl" ~~~~ -Then we **must** add the following, otherwise the intersection shader will not report any hit. - -~~~~ C++ -hitAttributeEXT vec3 HitAttribute; -~~~~ The following is the topology of all spheres, which we will be able to retrieve using `gl_PrimitiveID`.