diff options
Diffstat (limited to 'tests/render')
| -rw-r--r-- | tests/render/cross-compile0.hlsl | 4 | ||||
| -rw-r--r-- | tests/render/imported-parameters.hlsl | 2 | ||||
| -rw-r--r-- | tests/render/unused-discard.hlsl | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/render/cross-compile0.hlsl b/tests/render/cross-compile0.hlsl index 713bbdcd3..1d33b68bf 100644 --- a/tests/render/cross-compile0.hlsl +++ b/tests/render/cross-compile0.hlsl @@ -4,11 +4,11 @@ // // We will define distinct HLSL and GLSL entry points, // but the two will share a dependency on a file of -// pure Spire code that provides the actual shading logic. +// pure Slang code that provides the actual shading logic. #if defined(__HLSL__) -// Pull in Spire code depdendency using extended syntax: +// Pull in Slang code depdendency using extended syntax: __import cross_compile0; cbuffer Uniforms diff --git a/tests/render/imported-parameters.hlsl b/tests/render/imported-parameters.hlsl index faffeaf24..495ff8da2 100644 --- a/tests/render/imported-parameters.hlsl +++ b/tests/render/imported-parameters.hlsl @@ -6,7 +6,7 @@ #if defined(__HLSL__) -// Pull in Spire code depdendency using extended syntax: +// Pull in Slang code depdendency using extended syntax: __import imported_parameters; struct AssembledVertex diff --git a/tests/render/unused-discard.hlsl b/tests/render/unused-discard.hlsl index a47405f56..76b04b862 100644 --- a/tests/render/unused-discard.hlsl +++ b/tests/render/unused-discard.hlsl @@ -4,12 +4,12 @@ // // We will define distinct HLSL and GLSL entry points, // but the two will share a dependency on a file of -// pure Spire code that provides the actual shading logic. +// pure Slang code that provides the actual shading logic. #if defined(__HLSL__) -// Pull in Spire code depdendency using extended syntax: +// Pull in Slang code depdendency using extended syntax: __import unused_discard; cbuffer Uniforms |
