diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/vkray/anyhit.slang.glsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vkray/anyhit.slang.glsl b/tests/vkray/anyhit.slang.glsl index a37df119c..6205d7a9b 100644 --- a/tests/vkray/anyhit.slang.glsl +++ b/tests/vkray/anyhit.slang.glsl @@ -52,11 +52,11 @@ void main() if(val_0 > float(0)) { - terminateRayEXT(); + terminateRayEXT; } else { - ignoreIntersectionEXT(); + ignoreIntersectionEXT; } } |
