diff options
Diffstat (limited to 'tests/bindings/binding0.hlsl')
| -rw-r--r-- | tests/bindings/binding0.hlsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bindings/binding0.hlsl b/tests/bindings/binding0.hlsl index bef3bcb7a..9ca092562 100644 --- a/tests/bindings/binding0.hlsl +++ b/tests/bindings/binding0.hlsl @@ -1,10 +1,10 @@ //TEST:COMPARE_HLSL:-no-mangle -target dxbc-assembly -profile ps_4_0 -entry main -// Let's first confirm that Spire can reproduce what the +// Let's first confirm that Slang can reproduce what the // HLSL compiler would already do in the simple case (when // all shader parameters are actually used). -#ifdef __SPIRE__ +#ifdef __SLANG__ #define R(X) /**/ #else #define R(X) X |
