HLSL: Update test from review.

This commit is contained in:
Hans-Kristian Arntzen 2022-03-22 12:31:52 +01:00
parent c95338e03e
commit cd209ff46d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
RWByteAddressBuffer _17 : register(u0);
uniform RaytracingAccelerationStructure rtas;
uniform RaytracingAccelerationStructure rtas : register(t1);
static RayQuery<RAY_FLAG_NONE> rayQuery;

View File

@ -8,7 +8,7 @@ struct Ray
RWByteAddressBuffer _17 : register(u0);
RWByteAddressBuffer _257 : register(u2);
uniform RaytracingAccelerationStructure rtas;
uniform RaytracingAccelerationStructure rtas : register(t1);
static RayQuery<RAY_FLAG_NONE> rayQuery;