summaryrefslogtreecommitdiffstats
path: root/tests/reflection/global-type-params.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection/global-type-params.slang')
-rw-r--r--tests/reflection/global-type-params.slang4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/reflection/global-type-params.slang b/tests/reflection/global-type-params.slang
index bfeb7fb2e..74961b7cc 100644
--- a/tests/reflection/global-type-params.slang
+++ b/tests/reflection/global-type-params.slang
@@ -3,7 +3,6 @@
// Confirm that we handle global generic parameters
-float4 u;
interface IBase
{};
@@ -24,10 +23,11 @@ SamplerState s;
cbuffer CB
{
+ float4 u;
float4 v;
+ float4 w;
}
-float4 w;
float4 main() : SV_Target
{