Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Kristian Arntzen <post@arntzen-software.no>2022-03-22 14:31:52 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2022-03-22 14:31:52 +0300
commitcd209ff46d6c69630fb8a49e3b5d4ea384bfaeaa (patch)
tree7e48441ad2652651bd2830eead6126bb0eafc2f3 /reference
parentc95338e03e1e4c582393088cae20fad6080ccd0a (diff)
HLSL: Update test from review.
Diffstat (limited to 'reference')
-rw-r--r--reference/opt/shaders-hlsl/comp/rayquery.fxconly.comp2
-rw-r--r--reference/shaders-hlsl/comp/rayquery.fxconly.comp2
2 files changed, 2 insertions, 2 deletions
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<RAY_FLAG_NONE> rayQuery;
diff --git a/reference/shaders-hlsl/comp/rayquery.fxconly.comp b/reference/shaders-hlsl/comp/rayquery.fxconly.comp
index 48a99d00..1339f45f 100644
--- a/reference/shaders-hlsl/comp/rayquery.fxconly.comp
+++ b/reference/shaders-hlsl/comp/rayquery.fxconly.comp
@@ -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;