From cd209ff46d6c69630fb8a49e3b5d4ea384bfaeaa Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Tue, 22 Mar 2022 12:31:52 +0100 Subject: HLSL: Update test from review. --- reference/opt/shaders-hlsl/comp/rayquery.fxconly.comp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reference/opt') diff --git a/reference/opt/shaders-hlsl/comp/rayquery.fxconly.comp b/reference/opt/shaders-hlsl/comp/rayquery.fxconly.comp index 8319dfb1..a18be3bb 100644 --- a/reference/opt/shaders-hlsl/comp/rayquery.fxconly.comp +++ b/reference/opt/shaders-hlsl/comp/rayquery.fxconly.comp @@ -1,5 +1,5 @@ RWByteAddressBuffer _17 : register(u0); -uniform RaytracingAccelerationStructure rtas; +uniform RaytracingAccelerationStructure rtas : register(t1); static RayQuery rayQuery; -- cgit v1.2.3